Skip to content

Instantly share code, notes, and snippets.

@nickmealey
Created June 16, 2016 22:20
Show Gist options
  • Save nickmealey/4ea6d012a9ea8b32ad0373b52ecb78cb to your computer and use it in GitHub Desktop.
Save nickmealey/4ea6d012a9ea8b32ad0373b52ecb78cb to your computer and use it in GitHub Desktop.
{% layout none %}
{
"first_name": "{{customer.first_name}}",
"last_name": "{{customer.last_name}}",
"email": "{{customer.email}}",
"id": {{customer.id}},
"name": "{{customer.name}}",
"orders_count": {{customer.orders_count}}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment