Created
June 16, 2014 12:50
-
-
Save nickboyce/1e93cb02514152798b74 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
order: | |
app_key: "en_easyart" | |
request_ip_address: "192.168.0.1" | |
status: "ok" | |
customer_name: "John Citizen" | |
customer_email: "[email protected]" | |
shipping_address: | |
name: "John Citizen" | |
street1: "Unit 123" | |
street2: "456 Fake Street" | |
city: "Tinkletown" | |
state_or_province: "Bryssex" | |
country_code: "GB" | |
phone: "12345677890" | |
postal_code: "W1ABC" | |
billing_address: | |
name: "John Citizen" | |
street1: "Unit 123" | |
street2: "456 Fake Street" | |
city: "Tinkletown" | |
state_or_province: "Bryssex" | |
country_code: "GB" | |
phone: "12345677890" | |
postal_code: "W1ABC" | |
basket: | |
shipping_price: 1000 | |
tax_price: 1500 | |
total_price: 11000 | |
basket_items: | |
- { artwork_id: "123456789", product_id: "123456789", quantity: 1, unit_price: 10000 } | |
- { artwork_id: "987654321", product_id: "987654321", quantity: 1, unit_price: 10000 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment