From cc956fef47242068fede0ccb4e0caa09df92baf2 Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot <38424300+AdyenAutomationBot@users.noreply.github.com> Date: Wed, 14 Jan 2026 14:55:18 +0000 Subject: [PATCH] [recurring] Automated update from Adyen/adyen-openapi@0a007ce --- Adyen/services/recurring/recurring_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adyen/services/recurring/recurring_api.py b/Adyen/services/recurring/recurring_api.py index 15de377f..0f1b4e2c 100644 --- a/Adyen/services/recurring/recurring_api.py +++ b/Adyen/services/recurring/recurring_api.py @@ -11,7 +11,7 @@ class RecurringApi(AdyenServiceBase): def __init__(self, client=None): super(RecurringApi, self).__init__(client=client) self.service = "recurring" - self.baseUrl = "https://pal-test.adyen.com/pal/servlet/Recurring/v68" + self.baseUrl = "https://paltokenization-test.adyen.com/pal/servlet/Recurring/v68" def create_permit(self, request, idempotency_key=None, **kwargs): """