We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba0f40f + 9fb3c9d commit 4188821Copy full SHA for 4188821
1 file changed
src/Configuration.php
@@ -9,7 +9,7 @@
9
10
class Configuration {
11
//The base Uri for API calls
12
- public static $BASEURI = 'http://api.clicksend.local/v3';
+ public static $BASEURI = 'https://rest.clicksend.com/v3/';
13
14
//your username
15
//TODO: Replace the $username with an appropriate value
0 commit comments