-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
176 lines (176 loc) · 4.51 KB
/
config.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"s_blog_comments": {
"email": "mail{{x}}@blogcomment.org"
},
"s_campaigns_logs": {
"email": "mail{{x}}@campaignlogs.org"
},
"s_campaigns_mailaddresses": {
"email": "mail{{x}}@campaigns-mailaddresses.org"
},
"s_campaigns_maildata": {
"email": "mail{{x}}@campaigns-maildata.org",
"title": "title{{x}}",
"firstname": "firstname{{x}}",
"lastname": "lastname{{x}}",
"street": "street{{x}}",
"zipcode": "000000",
"city": "city{{x}}"
},
"s_emarketing_referer": {
"referer": ""
},
"s_emarketing_tellafriend": {
"recipient": "mail{{x}}@recipient.org"
},
"s_order": {
"comment": "",
"customercomment": "",
"internalcomment": "",
"referer": "",
"trackingcode": "",
"remote_addr": null
},
"s_order_attributes": {
"attribute1": "",
"attribute2": "",
"attribute3": "",
"attribute4": "",
"attribute5": "",
"attribute6": "",
"bestit_amazon_capture_id": "",
"bestit_amazon_authorization_id": "",
"bestit_amazon_refund_id": "",
"bestit_amazon_simulation_code": ""
},
"s_order_billingaddress": {
"company": "company{{x}}",
"department": "department{{x}}",
"customernumber": "customernumber{{x}}",
"firstname": "firstname{{x}}",
"lastname": "lastname{{x}}",
"street": "street{{x}}",
"zipcode": "00000",
"city": "city{{x}}",
"phone": "phone{{x}}",
"additional_address_line1": "additional_address_line1{{x}}",
"additional_address_line2": "additional_address_line2{{x}}",
"title": "title{{x}}"
},
"s_order_billingaddress_attributes": {
"text1": "",
"text2": "",
"text3": "",
"text4": "",
"text5": "",
"text6": ""
},
"s_order_shippingaddress": {
"company": "company{{x}}",
"department": "department{{x}}",
"salutation": "salutation{{x}}",
"firstname": "firstname{{x}}",
"lastname": "lastname{{x}}",
"street": "street{{x}}",
"city": "city{{x}}",
"phone": "phone{{x}}",
"additional_address_line1": "additional_address_line1{{x}}",
"additional_address_line2": "additional_address_line2{{x}}"
},
"s_order_shippingaddress_attributes": {
"text1": "",
"text2": "",
"text3": "",
"text4": "",
"text5": "",
"text6": ""
},
"s_statistics_currentusers": {
"remoteaddr": "0.0.0.0"
},
"s_statistics_pool": {
"remoteaddr": "0.0.0.0"
},
"s_statistics_referer": {
"referer": ""
},
"s_user": {
"email": "test{{x}}@test.org",
"firstname": "firstname{{x}}",
"lastname": "lastname{{x}}",
"sessionID": "",
"referer": "",
"internalcomment": "",
"birthday": "1960-01-01"
},
"s_user_addresses": {
"company": "company{{x}}",
"department": "department{{x}}",
"salutation": "salutation{{x}}",
"title": "title{{x}}",
"firstname": "firstname{{x}}",
"lastname": "lastname{{x}}",
"street": "street{{x}}",
"zipcode": "zipcode{{x}}",
"city": "city{{x}}",
"ustid": "ustid{{x}}",
"phone": "phone{{x}}",
"additional_address_line1": "additional_address_line1{{x}}",
"additional_address_line2": "additional_address_line2{{x}}"
},
"s_user_addresses_attributes": {
"text1": "",
"text2": "",
"text3": "",
"text4": "",
"text5": "",
"text6": ""
},
"s_user_attributes": {
"bestit_amazon_user_id": "",
"bestit_amazon_user_name": ""
},
"s_user_billingaddress": {
"company": "company{{x}}",
"department": "department{{x}}",
"salutation": "salutation{{x}}",
"firstname": "firstname{{x}}",
"lastname": "lastname{{x}}",
"street": "street{{x}}",
"zipcode": "zipcode{{x}}",
"city": "city{{x}}",
"phone": "phone{{x}}",
"ustid": "ustid{{x}}",
"additional_address_line1": "additional_address_line1{{x}}",
"additional_address_line2": "additional_address_line2{{x}}",
"title": "title{{x}}"
},
"s_user_billingaddress_attributes": {
"text1": "",
"text2": "",
"text3": "",
"text4": "",
"text5": "",
"text6": ""
},
"s_user_shippingaddress": {
"company": "company{{x}}",
"department": "department{{x}}",
"firstname": "firstname{{x}}",
"lastname": "lastname{{x}}",
"street": "street{{x}}",
"zipcode": "zipcode{{x}}",
"city": "city{{x}}",
"additional_address_line1": "additional_address_line1{{x}}",
"additional_address_line2": "additional_address_line2{{x}}",
"title": "title{{x}}"
},
"s_user_shippingaddress_attributes": {
"text1": "",
"text2": "",
"text3": "",
"text4": "",
"text5": "",
"text6": ""
}
}