From dccd05924e512d03de2a659d312647b3db829cb4 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Fri, 28 Jul 2023 16:36:51 +0200 Subject: [PATCH] spec release --- json/CheckoutService-v70.json | 6 +++--- yaml/CheckoutService-v70.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/json/CheckoutService-v70.json b/json/CheckoutService-v70.json index 498aa266..2b0cd533 100644 --- a/json/CheckoutService-v70.json +++ b/json/CheckoutService-v70.json @@ -9206,7 +9206,7 @@ "x-addedInVersion" : "70", "description" : "A List of sub-merchants.", "items" : { - "$ref" : "#/components/schemas/SubMerchant-2" + "$ref" : "#/components/schemas/SubMerchantInfo" }, "type" : "array" } @@ -9269,7 +9269,7 @@ "x-addedInVersion" : "70", "description" : "List of sub-merchants.", "items" : { - "$ref" : "#/components/schemas/SubMerchant-2" + "$ref" : "#/components/schemas/SubMerchantInfo" }, "type" : "array" } @@ -12973,7 +12973,7 @@ }, "type" : "object" }, - "SubMerchant-2" : { + "SubMerchantInfo" : { "properties" : { "address" : { "$ref" : "#/components/schemas/Address" diff --git a/yaml/CheckoutService-v70.yaml b/yaml/CheckoutService-v70.yaml index df64c4e4..30c89168 100644 --- a/yaml/CheckoutService-v70.yaml +++ b/yaml/CheckoutService-v70.yaml @@ -8708,7 +8708,7 @@ components: x-addedInVersion: '70' description: A List of sub-merchants. items: - $ref: '#/components/schemas/SubMerchant-2' + $ref: '#/components/schemas/SubMerchantInfo' type: array required: - merchantAccount @@ -8763,7 +8763,7 @@ components: x-addedInVersion: '70' description: List of sub-merchants. items: - $ref: '#/components/schemas/SubMerchant-2' + $ref: '#/components/schemas/SubMerchantInfo' type: array required: - status @@ -12799,7 +12799,7 @@ components: * Fixed length: 11 digits for the CPF or 14 digits for the CNPJ' type: string type: object - SubMerchant-2: + SubMerchantInfo: properties: address: $ref: '#/components/schemas/Address'