Skip to content

Commit 46fc636

Browse files
[recurring] Automated update from Adyen/adyen-openapi@aa5556e
1 parent 043387b commit 46fc636

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

sdk-generation-log/recurring.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"service": "recurring",
3+
"project": "php",
4+
"generatedAt": "2026-04-10T08:27:40Z",
5+
"openapiCommitSha": "aa5556ef9586980ba6c319d0750fb38d7bbda09b",
6+
"automationCommitSha": "855b6c5526cb5fae757e921687c38df66d31dc4b",
7+
"libraryCommitSha": "043387b2f1347a705b8ace39a84aa0ac03a09acf"
8+
}

src/Adyen/Service/RecurringApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct(Client $client)
3636
parent::__construct($client);
3737

3838
// 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");
39+
$this->baseURL = $this->createBaseUrl("https://pal-test.adyen.com/pal/servlet/Recurring/v68");
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)