File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
api-specs/checkout/types/responses Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# %RAML 1.0 DataType
22(annotations.package) : responses
3- type : Message
3+ type : ResponseMessage
44displayName : PaymentCancelled
55discriminatorValue : payment_cancelled
66description : |
@@ -18,3 +18,6 @@ properties:
1818 correlationId :
1919 type : string
2020 description : Unique identifier of the event.
21+ payload :
22+ type : PaymentReference
23+ description : Contains the reference data of a Payment.
Original file line number Diff line number Diff line change 11# %RAML 1.0 DataType
22(annotations.package) : responses
3- type : Message
3+ type : ResponseMessage
44displayName : PaymentFailed
55discriminatorValue : payment_failed
66description : |
@@ -18,3 +18,6 @@ properties:
1818 correlationId :
1919 type : string
2020 description : Unique identifier of the event.
21+ payload :
22+ type : PaymentReference
23+ description : Contains the reference data of a Payment.
Original file line number Diff line number Diff line change 11# %RAML 1.0 DataType
22(annotations.package) : responses
3- type : Message
3+ type : ResponseMessage
44displayName : PaymentValidationFailed
55discriminatorValue : payment_validation_failed
66description : |
@@ -18,3 +18,6 @@ properties:
1818 correlationId :
1919 type : string
2020 description : Unique identifier of the event.
21+ payload :
22+ type : PaymentReference
23+ description : Contains the reference data of a Payment.
You can’t perform that action at this time.
0 commit comments