We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9ea4e commit 21b3fa2Copy full SHA for 21b3fa2
1 file changed
src/Client.php
@@ -11,7 +11,7 @@
11
class Client
12
{
13
// const BASE_URL = 'https://api.getresponse.com/v3';
14
- const BASE_URL = 'https://api3.getresponse360.com/v3';
+ const BASE_URL = 'https://api3.getresponse360.pl/v3';
15
16
const HTTP_STATUS_CODES_IGNORE_MALFORMED_JSON_BODY = [200, 201, 202];
17
0 commit comments