Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jul 28, 2023
1 parent 64810fe commit dccd059
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions json/CheckoutService-v70.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -9269,7 +9269,7 @@
"x-addedInVersion" : "70",
"description" : "List of sub-merchants.",
"items" : {
"$ref" : "#/components/schemas/SubMerchant-2"
"$ref" : "#/components/schemas/SubMerchantInfo"
},
"type" : "array"
}
Expand Down Expand Up @@ -12973,7 +12973,7 @@
},
"type" : "object"
},
"SubMerchant-2" : {
"SubMerchantInfo" : {
"properties" : {
"address" : {
"$ref" : "#/components/schemas/Address"
Expand Down
6 changes: 3 additions & 3 deletions yaml/CheckoutService-v70.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit dccd059

Please sign in to comment.