From ecb1a69dfc502d503d65a0a65d1340c489b75bd7 Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot <38424300+AdyenAutomationBot@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:16:56 +0000 Subject: [PATCH] [recurring] Automated update from Adyen/adyen-openapi@37c03ec --- src/services/recurring/recurringApi.ts | 2 +- src/typings/recurring/amount.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/services/recurring/recurringApi.ts b/src/services/recurring/recurringApi.ts index 9c703d544..85c422a47 100644 --- a/src/services/recurring/recurringApi.ts +++ b/src/services/recurring/recurringApi.ts @@ -33,7 +33,7 @@ import { ScheduleAccountUpdaterResult } from "../../typings/recurring/models"; */ export class RecurringApi extends Service { - private readonly API_BASEPATH: string = "https://pal-test.adyen.com/pal/servlet/Recurring/v68"; + private readonly API_BASEPATH: string = "https://paltokenization-test.adyen.com/paltokenization/servlet/Recurring/v68"; private baseUrl: string; public constructor(client: Client){ diff --git a/src/typings/recurring/amount.ts b/src/typings/recurring/amount.ts index 4ce25c0bd..21765dad4 100644 --- a/src/typings/recurring/amount.ts +++ b/src/typings/recurring/amount.ts @@ -10,11 +10,11 @@ export class Amount { /** - * The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes). + * The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount. */ "currency": string; /** - * The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units). + * The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units). */ "value": number;