Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Mar 7, 2024
1 parent 55133bc commit 0f110bb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion json/ManagementService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -19758,7 +19758,7 @@
"$ref" : "#/components/schemas/Standalone"
},
"storeAndForward" : {
"description" : "Settings for store-and-forward offline payments. The maxAmount, maxPayments, and supportedCardTypes parameters must be configured, either in the request or inherited from a higher level in your account structure.",
"description" : "Settings for store-and-forward offline payments. The `maxAmount`, `maxPayments`, and `supportedCardTypes` parameters must be configured, either in the request or inherited from a higher level in your account structure.",
"$ref" : "#/components/schemas/StoreAndForward"
},
"surcharge" : {
Expand Down
2 changes: 1 addition & 1 deletion json/ManagementService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -20038,7 +20038,7 @@
"$ref" : "#/components/schemas/Standalone"
},
"storeAndForward" : {
"description" : "Settings for store-and-forward offline payments. The maxAmount, maxPayments, and supportedCardTypes parameters must be configured, either in the request or inherited from a higher level in your account structure.",
"description" : "Settings for store-and-forward offline payments. The `maxAmount`, `maxPayments`, and `supportedCardTypes` parameters must be configured, either in the request or inherited from a higher level in your account structure.",
"$ref" : "#/components/schemas/StoreAndForward"
},
"surcharge" : {
Expand Down
7 changes: 4 additions & 3 deletions yaml/ManagementService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14187,9 +14187,10 @@ components:
features.
$ref: '#/components/schemas/Standalone'
storeAndForward:
description: Settings for store-and-forward offline payments. The maxAmount,
maxPayments, and supportedCardTypes parameters must be configured, either
in the request or inherited from a higher level in your account structure.
description: Settings for store-and-forward offline payments. The `maxAmount`,
`maxPayments`, and `supportedCardTypes` parameters must be configured,
either in the request or inherited from a higher level in your account
structure.
$ref: '#/components/schemas/StoreAndForward'
surcharge:
description: Settings for payment [surcharge](https://docs.adyen.com/point-of-sale/surcharge)
Expand Down
7 changes: 4 additions & 3 deletions yaml/ManagementService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14404,9 +14404,10 @@ components:
features.
$ref: '#/components/schemas/Standalone'
storeAndForward:
description: Settings for store-and-forward offline payments. The maxAmount,
maxPayments, and supportedCardTypes parameters must be configured, either
in the request or inherited from a higher level in your account structure.
description: Settings for store-and-forward offline payments. The `maxAmount`,
`maxPayments`, and `supportedCardTypes` parameters must be configured,
either in the request or inherited from a higher level in your account
structure.
$ref: '#/components/schemas/StoreAndForward'
surcharge:
description: Settings for payment [surcharge](https://docs.adyen.com/point-of-sale/surcharge)
Expand Down

0 comments on commit 0f110bb

Please sign in to comment.