Skip to content

Instantly share code, notes, and snippets.

@SeraphimSerapis
Last active December 15, 2015 06:09
Show Gist options
  • Save SeraphimSerapis/5213941 to your computer and use it in GitHub Desktop.
Save SeraphimSerapis/5213941 to your computer and use it in GitHub Desktop.
{
"merchantEmail": "yourmail@merchant.com",
"itemList": {
"item": [
{
"name": "Name",
"description": "An item",
"quantity": "2.0",
"unitPrice": "10.0",
"taxName": "Tax",
"taxRate": "8.5"
}
]
},
"currencyCode": "USD",
"paymentTerms": "DueOnReceipt",
"discountPercent": "0.0"
}
@lernerb
Copy link

lernerb commented Sep 23, 2015

Awesome thanks :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment