Created
October 25, 2018 18:08
-
-
Save jakiestfu/48261fe67b000a09b8137027bf779a30 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"purchase": { | |
"id": "i-am-obfuscated", | |
"cart": { | |
"lineItems": [ | |
{ | |
"product": { | |
"sku": "i-am-sku", | |
"name": "hello world", | |
"unitPrice": 5, | |
"effectiveUnitPrice": 5 | |
}, | |
"quantity": 1 | |
} | |
], | |
"ledger": { | |
"subtotal": 5, | |
"tax": 0.15, | |
"shipping": 0, | |
"walletBalance": 0 | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment