Skip to content

Instantly share code, notes, and snippets.

@michaelbragg
Last active July 12, 2024 19:56
Show Gist options
  • Save michaelbragg/8d63dbcfeee2c28438e3508cc7b60ca5 to your computer and use it in GitHub Desktop.
Save michaelbragg/8d63dbcfeee2c28438e3508cc7b60ca5 to your computer and use it in GitHub Desktop.
Encoding Customer Data
JSON.stringify({
"email": "epitfieldc@example.test",
"password": "",
"first_name": "Emmit",
"last_name": "Pitfield",
"billing": {
"first_name": "Emmit",
"last_name": "Pitfield",
"address_1": "871 Nya Ranch",
"address_2": "",
"city": "Koeppfort",
"state": "CA",
"postcode": "1234",
"country": "US",
"email": "epitfieldc@example.test",
"phone": "000-000-0000"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment