Skip to content

Commit c7a1043

Browse files
AdyenAutomationBotthomasc-adyen
authored andcommitted
[recurring] Automated update from Adyen/adyen-openapi@6f2bb26
1 parent 91b0ea0 commit c7a1043

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Adyen/services/recurring/recurring_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ class RecurringApi(AdyenServiceBase):
1111
def __init__(self, client=None):
1212
super().__init__(client=client)
1313
self.service = "recurring"
14-
self.baseUrl = "https://paltokenization-test.adyen.com/pal/servlet/Recurring/v68"
14+
self.baseUrl = (
15+
"https://paltokenization-test.adyen.com/paltokenization/servlet/Recurring/v68"
16+
)
1517

1618
def create_permit(self, request, idempotency_key=None, **kwargs):
1719
"""

0 commit comments

Comments
 (0)