Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jun 17, 2024
1 parent 5e302b9 commit 1b1a299
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions json/ManagementService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -15514,7 +15514,7 @@
"type" : "string"
},
"transactionDescription" : {
"description" : "Information regarding the transaction description.",
"description" : "Information regarding the transaction description.\n> You cannot configure the transaction description in the test environment.",
"$ref" : "#/components/schemas/TransactionDescriptionInfo"
}
},
Expand Down Expand Up @@ -16740,7 +16740,7 @@
"additionalProperties" : false,
"properties" : {
"transactionDescription" : {
"description" : "Information regarding the transaction description.",
"description" : "Information regarding the transaction description.\n> You cannot configure the transaction description in the test environment.",
"$ref" : "#/components/schemas/TransactionDescriptionInfo"
}
},
Expand Down
4 changes: 2 additions & 2 deletions json/ManagementService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -15939,7 +15939,7 @@
"type" : "string"
},
"transactionDescription" : {
"description" : "Information regarding the transaction description.",
"description" : "Information regarding the transaction description.\n> You cannot configure the transaction description in the test environment.",
"$ref" : "#/components/schemas/TransactionDescriptionInfo"
}
},
Expand Down Expand Up @@ -17167,7 +17167,7 @@
"additionalProperties" : false,
"properties" : {
"transactionDescription" : {
"description" : "Information regarding the transaction description.",
"description" : "Information regarding the transaction description.\n> You cannot configure the transaction description in the test environment.",
"$ref" : "#/components/schemas/TransactionDescriptionInfo"
}
},
Expand Down
8 changes: 6 additions & 2 deletions yaml/ManagementService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10236,7 +10236,9 @@ components:
description: 'Cartes Bancaires SIRET. Format: 14 digits.'
type: string
transactionDescription:
description: Information regarding the transaction description.
description: 'Information regarding the transaction description.

> You cannot configure the transaction description in the test environment.'
$ref: '#/components/schemas/TransactionDescriptionInfo'
required:
- siret
Expand Down Expand Up @@ -11448,7 +11450,9 @@ components:
additionalProperties: false
properties:
transactionDescription:
description: Information regarding the transaction description.
description: 'Information regarding the transaction description.

> You cannot configure the transaction description in the test environment.'
$ref: '#/components/schemas/TransactionDescriptionInfo'
type: object
GiroPayInfo:
Expand Down
8 changes: 6 additions & 2 deletions yaml/ManagementService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10513,7 +10513,9 @@ components:
description: 'Cartes Bancaires SIRET. Format: 14 digits.'
type: string
transactionDescription:
description: Information regarding the transaction description.
description: 'Information regarding the transaction description.

> You cannot configure the transaction description in the test environment.'
$ref: '#/components/schemas/TransactionDescriptionInfo'
required:
- siret
Expand Down Expand Up @@ -11727,7 +11729,9 @@ components:
additionalProperties: false
properties:
transactionDescription:
description: Information regarding the transaction description.
description: 'Information regarding the transaction description.

> You cannot configure the transaction description in the test environment.'
$ref: '#/components/schemas/TransactionDescriptionInfo'
type: object
GiroPayInfo:
Expand Down

0 comments on commit 1b1a299

Please sign in to comment.