We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62b6df commit 4182208Copy full SHA for 4182208
src/Instasent/Abstracts/InstasentClient.php
@@ -18,14 +18,14 @@ abstract class InstasentClient
18
*
19
* @var string
20
*/
21
- protected $rootEndpoint = 'http://api.instasent.codes';
+ protected $rootEndpoint = 'http://api.instasent.com';
22
23
/**
24
* Secure Channel URL
25
26
27
28
- protected $secureChannel = 'http://api.instasent.codes';
+ protected $secureChannel = 'http://api.instasent.com';
29
30
31
* Api Token
0 commit comments