diff --git a/src/CMText/Gateways.php b/src/CMText/Gateways.php index f6b296e..f5f0609 100644 --- a/src/CMText/Gateways.php +++ b/src/CMText/Gateways.php @@ -14,13 +14,14 @@ class Gateways { /** - * Gateway that fits most use cases + * Recommended Global endpoint via Cloudflare. + * + * If you use the Global endpoint via Cloudflare, you agree that Cloudflare, Inc. located in the USA is engaged as a Sub-processor under the Agreement, for an overview of our Sub-processors please see: https://www.cm.com/cdn/web/en/file/subprocessors.pdf . */ const GLOBAL = 'https://gw.messaging.cm.com/v1.0/message'; /** - * South Africa local gateway + * Alternative Global endpoint */ - const ZA = 'https://gw.cmtelecom.co.za/v1.0/message'; - + const GLOBAL_ALTERNATIVE = 'https://gw.cmtelecom.com/v1.0/message'; } diff --git a/src/CMText/TextClient.php b/src/CMText/TextClient.php index 91291ee..1712ae8 100644 --- a/src/CMText/TextClient.php +++ b/src/CMText/TextClient.php @@ -32,7 +32,7 @@ class TextClient implements ITextClient /** * SDK Version constant */ - const VERSION = '2.2.1'; + const VERSION = '2.3.0'; /**