Skip to content

Commit

Permalink
Updated global gateway-endpoints (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonthebeach authored Jun 17, 2024
1 parent 04b59af commit fa28778
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions src/CMText/Gateways.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
2 changes: 1 addition & 1 deletion src/CMText/TextClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TextClient implements ITextClient
/**
* SDK Version constant
*/
const VERSION = '2.2.1';
const VERSION = '2.3.0';


/**
Expand Down

0 comments on commit fa28778

Please sign in to comment.