Created
August 22, 2019 16:54
-
-
Save alxgmpr/3f5958c8a923b1e970f083e12d867b4b to your computer and use it in GitHub Desktop.
Template for how to lay out auto-checkout tasks in JSON format
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
{ | |
"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