Last active
December 15, 2015 06:09
-
-
Save SeraphimSerapis/5213941 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
{ | |
"merchantEmail": "[email protected]", | |
"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" | |
} |
Happy to remove the payerEmail field - it used to be needed. 👍
Awesome thanks :D
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can we remove payerEmail here or fill it out?
Looks like this old invoice contradicts out current Sideloader documentation:
paypal/here-sideloader-api-samples#33