Skip to content

Commit 4188821

Browse files
Merge pull request #3 from sokoji/master
#2 fix configuration file: baseuri
2 parents ba0f40f + 9fb3c9d commit 4188821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Configuration {
1111
//The base Uri for API calls
12-
public static $BASEURI = 'http://api.clicksend.local/v3';
12+
public static $BASEURI = 'https://rest.clicksend.com/v3/';
1313

1414
//your username
1515
//TODO: Replace the $username with an appropriate value

0 commit comments

Comments
 (0)