-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.json
64 lines (64 loc) · 1.48 KB
/
faq.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"faqs": [
{
"question": "What are your delivery options?"
},
{
"question": "What is your refund policy?"
},
{
"question": "How can I contact customer service?"
},
{
"question": "What payment methods do you accept?"
},
{
"question": "How do I change my shipping address?"
},
{
"question": "I want to cancel my order"
},
{
"question": "How do I recover my password?"
},
{
"question": "I would like to change my shipping address"
},
{
"question": "What is your cancellation policy?"
},
{
"question": "I need help to change my shipping address"
},
{
"question": "I would like information about a shipping address change"
},
{
"question": "Where can I cancel the last order I made?"
},
{
"question": "I want to know about changing my shipping address"
},
{
"question": "I need help to see the termination fees"
},
{
"question": "I do not know how to cancel an order I have made"
},
{
"question": "I want assistance to see the termination penalty"
},
{
"question": "I need assistance checking the cancellation fees"
},
{
"question": "I want assistance finding the invoices from June"
},
{
"question": "I need assistance finding the invoices from my last purchase"
},
{
"question": "I want assistance finding the invoices from October"
}
]
}