Skip to content

Commit 294ce8d

Browse files
deinck6igrigorik
andauthored
feat: Adding currency field to top level of Order (#210)
* Adding currency field to top level of Order * Improving the currency description in Order * Update currency field description in source/schemas/shopping/order.json Co-authored-by: Ilya Grigorik <ilya@grigorik.com>
1 parent 4290989 commit 294ce8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/schemas/shopping/order.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
},
8383
"description": "Append-only event log of money movements (refunds, returns, credits, disputes, cancellations, etc.) that exist independently of fulfillment."
8484
},
85+
"currency": {
86+
"type": "string",
87+
"description": "ISO 4217 currency code. MUST match the currency from the originating checkout session."
88+
},
8589
"totals": {
8690
"type": "array",
8791
"items": {

0 commit comments

Comments
 (0)