-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestdata.json
More file actions
executable file
·49 lines (44 loc) · 1012 Bytes
/
Copy pathtestdata.json
File metadata and controls
executable file
·49 lines (44 loc) · 1012 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
41
42
43
44
45
46
47
48
49
{
"createUser":{
"email":"adetifaboluwatife@gmail.com",
"password":"hashedPassword",
"confirmPassword":"hashedPassword",
"firstname": "firstname",
"lastname": "lastname",
"phone": "phone",
"zxz": "YFTrHszH2Mtq7LQKHtFV"
},
"signin":{
"email": "test@gmail.com",
"password":"password"
},
"addProduct":{
"name": "test",
"price": 12,
"quantity": 10,
"description": "test",
"colors": "test, test, test",
"sizes": "test",
"categories": "test",
"details": "test",
"type": "test",
"image1": "test",
"image2": "test",
"image3": "test"
},
"addOrder":{
"userId":"1",
"orderItems":"[test, test]",
"firstname": "test",
"lastname":"test",
"email":"test@gmail.com",
"city":"test",
"state":"test",
"zip":"test",
"shippingAddress":"test",
"paymentMethod":"test",
"itemsPrice":"test",
"shippingPrice":"test",
"totalPrice":"test"
}
}