Skip to content

Instantly share code, notes, and snippets.

@alxgmpr
Created August 22, 2019 16:54
Show Gist options
  • Save alxgmpr/3f5958c8a923b1e970f083e12d867b4b to your computer and use it in GitHub Desktop.
Save alxgmpr/3f5958c8a923b1e970f083e12d867b4b to your computer and use it in GitHub Desktop.
Template for how to lay out auto-checkout tasks in JSON format
{
"tasks": [
{
"first_name": "",
"last_name": "",
"email": "",
"phone": "",
"address_1": "",
"address_2": "",
"city": "",
"state": "",
"postal_code": "",
"country": "",
"credit_card_num": "",
"credit_card_exp_m": "",
"credit_card_exp_y": "",
"credit_card_cvv": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment