We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543a990 commit 4864b29Copy full SHA for 4864b29
2 files changed
sdk-generation-log/recurring.json
@@ -0,0 +1,8 @@
1
+{
2
+ "service": "recurring",
3
+ "project": "php",
4
+ "generatedAt": "2026-04-30T12:40:44Z",
5
+ "openapiCommitSha": "4a7f5eba2b0bf7e413290f4654020f32cd9ecee5",
6
+ "automationCommitSha": "4ad0c0c7e87bc0e5994a9a3350a991d0691350bb",
7
+ "libraryCommitSha": "543a990aa9c3dc0c5899292b33c6762d153edca7"
8
+}
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://pal-test.adyen.com/pal/servlet/Recurring/v68");
40
}
41
42
/**
0 commit comments