Skip to content

Instantly share code, notes, and snippets.

@jjthrash
Created July 9, 2010 13:38
Show Gist options
  • Save jjthrash/469469 to your computer and use it in GitHub Desktop.
Save jjthrash/469469 to your computer and use it in GitHub Desktop.
{
"data": {
"shipping": {
"city": "Efland",
"address": "8323 Hertford Dr",
"zip": "27243",
"state": "NC"
},
"billing": {
"address": "8323 Hertford Dr",
"city": "Efland",
"card_verification": "123",
"zip": "27243",
"card_type": "visa",
"card_number": "4111111111111111",
"card_expires_on_month": "2",
"card_expires_on_year": "2012",
"last_name": "Thrasher",
"first_name": "James",
"state": "NC"
},
"customer_id": 4279,
"email": "jimmy@groopdinc.com"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment