Skip to content

Commit

Permalink
Merge pull request #16 from JorisPenningsCM/fix/default-gateways
Browse files Browse the repository at this point in the history
Change GLOBAL endpoint
  • Loading branch information
JorisPenningsCM committed Jun 12, 2024
2 parents ecd8f00 + 7c0ae74 commit 76a9f44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.0.4] - 2024-06-12 (Joris Pennings)
### Changed
- Global gateway url

## [2.0.3] - 2023-03-28 (ricosuave73)
### Fixed
- Messages collection moved from class to instance. PR by sheepsy90.
Expand Down
2 changes: 1 addition & 1 deletion cm_text/gateways.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Gateways:
"""
Class containing Gateway endpoints.
"""
Global = 'https://gw.cmtelecom.com/v1.0/message' #Global Endpoint URL
Global = 'https://gw.messaging.cm.com/v1.0/message' #Global Endpoint URL
CN = 'https://gw-cn.cmtelecom.com/v1.0/message' #China Mainland Endpoint URL
UK = 'https://gw-uk.cmtelecom.com/v1.0/message' #London Endpoint URL
ZA = 'https://gw.cmtelecom.co.za/v1.0/message' #South Africa Endpoint URL
Expand Down
2 changes: 1 addition & 1 deletion cm_text/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '2.0.3'
__version__ = '2.0.4'

0 comments on commit 76a9f44

Please sign in to comment.