We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043387b commit 9a3933dCopy full SHA for 9a3933d
src/Adyen/Service/RecurringApi.php
@@ -36,7 +36,7 @@ public function __construct(Client $client)
36
parent::__construct($client);
37
38
// Create the baseUrl based on live/test and optional live-url-prefix
39
- $this->baseURL = $this->createBaseUrl("https://paltokenization-test.adyen.com/pal/servlet/Recurring/v68");
+ $this->baseURL = $this->createBaseUrl("https://paltokenization-test.adyen.com/paltokenization/servlet/Recurring/v68");
40
}
41
42
/**
0 commit comments