From 80b1a1e0269605223af547f44cb793641fb14891 Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot <38424300+AdyenAutomationBot@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:02:13 +0000 Subject: [PATCH] [recurring] Automated update from Adyen/adyen-openapi@6f2bb26 --- Adyen/services/recurring/recurring_api.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Adyen/services/recurring/recurring_api.py b/Adyen/services/recurring/recurring_api.py index c650fd53..84b57f06 100644 --- a/Adyen/services/recurring/recurring_api.py +++ b/Adyen/services/recurring/recurring_api.py @@ -11,7 +11,9 @@ class RecurringApi(AdyenServiceBase): def __init__(self, client=None): super().__init__(client=client) self.service = "recurring" - self.baseUrl = "https://paltokenization-test.adyen.com/pal/servlet/Recurring/v68" + self.baseUrl = ( + "https://paltokenization-test.adyen.com/paltokenization/servlet/Recurring/v68" + ) def create_permit(self, request, idempotency_key=None, **kwargs): """