Skip to content

Commit 246368f

Browse files
committed
Updated API from documentation release
1 parent df77c68 commit 246368f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ examples:
77
info Message: !include ../../examples/message/InfoOrderCreatedMessage.json
88
error Message: !include ../../examples/message/ErrorInitBadConfigMessage.json
99
properties:
10-
payload:
11-
description: |
12-
Additional data about the event.
13-
type: object
1410
correlationId:
1511
description: |
1612
Unique identifier of the event.

api-specs/checkout/types/transactions/TransactionItem.raml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
(annotations.package): Transaction
33
(annotations.beta): true
44
displayName: TransactionItem
5-
type: TransactionItemDraft
5+
type: object
66
description: |
77
Payment information related to the [Transaction](/transactions-api#transaction).
88
properties:
9+
amount?:
10+
type: Amount
11+
description: Money value of the Transaction Item.
912
payment?:
1013
type: PaymentReference
1114
description: Reference to the [Payment](/../api/projects/payments#payment) associated with the Transaction Item.

0 commit comments

Comments
 (0)