Skip to content

Commit ec56b80

Browse files
authored
Update Client.php (#66)
* Update Client.php * updated package version
1 parent 645ac63 commit ec56b80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Bandwidth's Iris SDK for PHP",
55
"keywords": ["iris","sdk","php"],
66
"homepage": "http://dev.bandwidth.com",
7-
"reference": "v2.5.2",
7+
"reference": "v2.5.3",
88
"license": "MIT",
99
"authors": [
1010
],

core/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function __construct($login, $password, $options = [])
138138
}
139139

140140
$options['auth'] = [$login, $password];
141-
$options['base_uri'] = $options['url'] ?: 'https://api.inetwork.com/v1.0';
141+
$options['base_uri'] = $options['url'] ?: 'https://dashboard.bandwidth.com/api';
142142
unset($options['url']);
143143
$options['base_uri'] = rtrim($options['base_uri'], '/') . '/';
144144

0 commit comments

Comments
 (0)