-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema.json
More file actions
40 lines (38 loc) · 957 Bytes
/
schema.json
File metadata and controls
40 lines (38 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "CHARLIE AMEX",
"email": "",
"phone": "",
"sizes": ["Random"],
"modes": ["Fast"],
"taskAmount": 1,
"singleCheckout": true,
"billingDifferent": false,
"favorite": false,
"card": {
"number": "3713 0551 2951 025",
"expiryMonth": "04",
"expiryYear": "2024",
"cvv": "0922"
},
"paypal": { "email": null, "password": null },
"delivery": {
"firstName": "Charlie ",
"lastName": "Compton",
"address1": "QCTV 159 Glenwood ave",
"address2": null,
"zip": "04103",
"city": "Portland ",
"country": "United States",
"state": "Maine"
},
"billing": {
"firstName": "Charlie ",
"lastName": "Compton",
"address1": "159 glenwood ave",
"address2": null,
"zip": "04103",
"city": "Portland ",
"country": "United States",
"state": "Maine"
}
}