File tree Expand file tree Collapse file tree 6 files changed +11
-18
lines changed Expand file tree Collapse file tree 6 files changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ export default defineConfig({
33
33
return existsSync ( filename ) ;
34
34
} ,
35
35
} ) ;
36
- }
37
- // retries: {
38
- // runMode: 2,
39
- // openMode: 0,
40
- // },
36
+ } ,
37
+ retries : {
38
+ runMode : 2 ,
39
+ openMode : 0 ,
40
+ } ,
41
41
} ,
42
42
viewportWidth : parseInt ( process . env . VIEWPORT_WIDGTH ?? '1000' , 10 ) ,
43
43
viewportHeight : parseInt ( process . env . VIEWPORT_HEIGHT ?? '660' , 10 ) ,
Original file line number Diff line number Diff line change 26
26
"type" : " transfer" ,
27
27
"name" : " StoreTransfer" ,
28
28
"key" : " store" ,
29
- "arguments" : { "id_store" : 1 , "name" : " DE " }
29
+ "arguments" : { "id_store" : 1 }
30
30
},
31
31
{
32
32
"type" : " helper" ,
109
109
"key" : " quote" ,
110
110
"arguments" : [
111
111
{
112
- "store" : { "idStore" : " #store.id_store" , "name" : " #store.name" },
113
112
"customer" : " #customer" ,
114
113
"items" : [
115
114
{
Original file line number Diff line number Diff line change 8
8
"type" : " transfer" ,
9
9
"name" : " StoreTransfer" ,
10
10
"key" : " store" ,
11
- "arguments" : { "id_store" : 1 , "name" : " DE " }
11
+ "arguments" : { "id_store" : 1 }
12
12
},
13
13
{
14
14
"type" : " transfer" ,
92
92
"key" : " quote" ,
93
93
"arguments" : [
94
94
{
95
- "store" : { "idStore" : " #store.id_store" , "name" : " #store.name" },
96
95
"customer" : " #customer" ,
96
+ "store" : [{ "idStore" : " #store.id_store" , "name" : " #store.name" }],
97
97
"items" : [
98
98
{
99
99
"sku" : " #product.sku" ,
Original file line number Diff line number Diff line change 19
19
"type" : " transfer" ,
20
20
"name" : " StoreTransfer" ,
21
21
"key" : " store" ,
22
- "arguments" : { "id_store" : 1 , "name" : " DE " }
22
+ "arguments" : { "id_store" : 1 }
23
23
},
24
24
{
25
25
"type" : " transfer" ,
100
100
"key" : " quote1" ,
101
101
"arguments" : [
102
102
{
103
- "store" : { "idStore" : " #store.id_store" , "name" : " #store.name" },
104
103
"customer" : " #customer" ,
105
104
"items" : [
106
105
{
Original file line number Diff line number Diff line change 8
8
"type" : " transfer" ,
9
9
"name" : " StoreTransfer" ,
10
10
"key" : " store" ,
11
- "arguments" : { "id_store" : 1 , "name" : " DE " }
11
+ "arguments" : { "id_store" : 1 }
12
12
},
13
13
{
14
14
"type" : " transfer" ,
127
127
"key" : " quote1" ,
128
128
"arguments" : [
129
129
{
130
- "store" : { "idStore" : " #store.id_store" , "name" : " #store.name" },
131
130
"customer" : " #customer" ,
132
131
"items" : [
133
132
{
154
153
"key" : " quote2" ,
155
154
"arguments" : [
156
155
{
157
- "store" : { "idStore" : " #store.id_store" , "name" : " #store.name" },
158
156
"customer" : " #customer" ,
159
157
"items" : [
160
158
{
181
179
"key" : " quote3" ,
182
180
"arguments" : [
183
181
{
184
- "store" : { "idStore" : " #store.id_store" , "name" : " #store.name" },
185
182
"customer" : " #customer" ,
186
183
"items" : [
187
184
{
208
205
"key" : " quote4" ,
209
206
"arguments" : [
210
207
{
211
- "store" : { "idStore" : " #store.id_store" , "name" : " #store.name" },
212
208
"customer" : " #customer" ,
213
209
"items" : [
214
210
{
Original file line number Diff line number Diff line change 26
26
"type" : " transfer" ,
27
27
"name" : " StoreTransfer" ,
28
28
"key" : " store" ,
29
- "arguments" : { "id_store" : 1 , "name" : " DE " }
29
+ "arguments" : { "id_store" : 1 }
30
30
},
31
31
{
32
32
"type" : " helper" ,
109
109
"key" : " quote" ,
110
110
"arguments" : [
111
111
{
112
- "store" : { "idStore" : " #store.id_store" , "name" : " #store.name" },
113
112
"customer" : " #customer" ,
114
113
"items" : [
115
114
{
You can’t perform that action at this time.
0 commit comments