Skip to content

Commit

Permalink
Changed API domain from api.plivo.io to api.plivo.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramya-Raghu committed Apr 25, 2017
1 parent a3f5941 commit 5d3417f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ All notable changes to this project will be documented in this file.
## [1.1.5] - 2016-06-02
### Changed
- Added digitsMatchBLeg parameter to Dial XML

## [1.1.6] - 2017-04-24
### Changed
- API domain modified from api.plivo.com to api.plivo.io

## [1.1.7] - 2017-04-25
### Changed
- API domain modified from api.plivo.io to api.plivo.com
2 changes: 1 addition & 1 deletion plivo.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class RestAPI {

private $auth_token;

function __construct($auth_id, $auth_token, $url = "https://api.plivo.io", $version = "v1") {
function __construct($auth_id, $auth_token, $url = "https://api.plivo.com", $version = "v1") {
if ((!isset($auth_id)) || (!$auth_id)) {
throw new PlivoError("no auth_id");
}
Expand Down

0 comments on commit 5d3417f

Please sign in to comment.