From 9a3933d539124861b66d1bc7e699f9a7f2b271e9 Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot <38424300+AdyenAutomationBot@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:37:23 +0000 Subject: [PATCH] [recurring] Automated update from Adyen/adyen-openapi@37c03ec --- src/Adyen/Service/RecurringApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adyen/Service/RecurringApi.php b/src/Adyen/Service/RecurringApi.php index 2153c288f..560098b28 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://paltokenization-test.adyen.com/paltokenization/servlet/Recurring/v68"); } /**