diff --git a/api-specs/checkout/types/responses/UnallowedOrigin.raml b/api-specs/checkout/types/responses/UnallowedOrigin.raml index 48e54f2be..f3393ebe0 100644 --- a/api-specs/checkout/types/responses/UnallowedOrigin.raml +++ b/api-specs/checkout/types/responses/UnallowedOrigin.raml @@ -4,7 +4,7 @@ type: ResponseMessage displayName: UnallowedOrigin discriminatorValue: unallowed_origin description: | - Generated when the currently used origin URL is not in the list of the [**Origin URLs** configured in the Merchant Centre](/configuring-checkout#create-an-application) and the checkout cannot be initialized. Add the **Origin URL** in your application settings in the Merchant Center. + Generated when the currently used origin URL is not in the list of the [**Origin URLs** configured in the Merchant Center](/configuring-checkout#create-an-application) and the checkout cannot be initialized. Add the **Origin URL** in your application settings in the Merchant Center. properties: code: type: string