diff --git a/sdk-generation-log/recurring.json b/sdk-generation-log/recurring.json new file mode 100644 index 000000000..e1c26eab5 --- /dev/null +++ b/sdk-generation-log/recurring.json @@ -0,0 +1,8 @@ +{ + "service": "recurring", + "project": "php", + "generatedAt": "2026-04-20T10:49:53Z", + "openapiCommitSha": "3550ecd3f320efaad6bee55ffed5122cb9ba09d5", + "automationCommitSha": "4ad0c0c7e87bc0e5994a9a3350a991d0691350bb", + "libraryCommitSha": "543a990aa9c3dc0c5899292b33c6762d153edca7" +} diff --git a/src/Adyen/Service/RecurringApi.php b/src/Adyen/Service/RecurringApi.php index 2153c288f..2591fc892 100644 --- a/src/Adyen/Service/RecurringApi.php +++ b/src/Adyen/Service/RecurringApi.php @@ -36,7 +36,7 @@ public function __construct(Client $client) parent::__construct($client); // Create the baseUrl based on live/test and optional live-url-prefix - $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"); } /**