From 92a5495fd805d74d370de6a40c84c77c68649210 Mon Sep 17 00:00:00 2001 From: Wouter Boereboom <62436079+wboereboom@users.noreply.github.com> Date: Fri, 30 Apr 2021 11:07:53 +0200 Subject: [PATCH] shopperlocale added to GetOnboardingUrlRequest (#670) Co-authored-by: wouterboe --- src/typings/platformsHostedOnboardingPage.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/typings/platformsHostedOnboardingPage.ts b/src/typings/platformsHostedOnboardingPage.ts index 92a605c..69c2730 100644 --- a/src/typings/platformsHostedOnboardingPage.ts +++ b/src/typings/platformsHostedOnboardingPage.ts @@ -69,6 +69,10 @@ declare namespace IPlatformsHostedOnboardingPage { * The URL where the sub-merchant will be redirected back to after they complete the onboarding, or if their session times out. Maximum length of 500 characters. If you don't provide this, the sub-merchant will be redirected back to the default return URL configured in your platform account. */ returnUrl?: string; + /** + * The language to be used in the page, specified by a combination of a language and country code. For example, **pt-BR**. If not specified in the request or if the language is not supported, the page uses the browser language. If the browser language is not supported, the page uses **en-US** by default. For a list supported languages, refer to [Change the page language](https://docs.adyen.com/platforms/hosted-onboarding-page#change-page-language). + */ + shopperLocale?: string; } export interface GetOnboardingUrlResponse { /**