Skip to content

Commit 5489729

Browse files
committed
Updated API from documentation release
1 parent f0288f9 commit 5489729

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

api-specs/checkout/types/responses/PaymentCancelled.raml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#%RAML 1.0 DataType
22
(annotations.package): responses
3-
type: Message
3+
type: ResponseMessage
44
displayName: PaymentCancelled
55
discriminatorValue: payment_cancelled
66
description: |
@@ -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.

api-specs/checkout/types/responses/PaymentFailed.raml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#%RAML 1.0 DataType
22
(annotations.package): responses
3-
type: Message
3+
type: ResponseMessage
44
displayName: PaymentFailed
55
discriminatorValue: payment_failed
66
description: |
@@ -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.

api-specs/checkout/types/responses/PaymentValidationFailed.raml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#%RAML 1.0 DataType
22
(annotations.package): responses
3-
type: Message
3+
type: ResponseMessage
44
displayName: PaymentValidationFailed
55
discriminatorValue: payment_validation_failed
66
description: |
@@ -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.

0 commit comments

Comments
 (0)