File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
dev/tests/api-functional/testsuite/Magento/Catalog/Api/_files Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 10
10
'type ' => 'field ' ,
11
11
'sort_order ' => 1 ,
12
12
'is_require ' => 1 ,
13
- 'price ' => 10 ,
13
+ 'price ' => - 10 ,
14
14
'price_type ' => 'fixed ' ,
15
15
'sku ' => 'sku1 ' ,
16
16
'max_characters ' => 10 ,
153
153
'price_type ' => 'fixed ' ,
154
154
'sku ' => 'time option sku ' ,
155
155
],
156
+ [
157
+ 'title ' => 'test negative price ' ,
158
+ 'type ' => 'field ' ,
159
+ 'sort_order ' => 1 ,
160
+ 'is_require ' => 1 ,
161
+ 'price ' => -10 ,
162
+ 'price_type ' => 'fixed ' ,
163
+ 'sku ' => 'sku1 ' ,
164
+ 'max_characters ' => 10 ,
165
+ ],
156
166
];
Original file line number Diff line number Diff line change 15
15
'sku ' => 'sku1 ' ,
16
16
'max_characters ' => 10 ,
17
17
],
18
- 'negative_price ' => [
19
- 'title ' => 'area option ' ,
20
- 'type ' => 'area ' ,
21
- 'sort_order ' => 2 ,
22
- 'is_require ' => 0 ,
23
- 'price ' => -20 ,
24
- 'price_type ' => 'percent ' ,
25
- 'sku ' => 'sku2 ' ,
26
- 'max_characters ' => 20 ,
27
-
28
- ],
29
18
'negative_value_of_image_size ' => [
30
19
'title ' => 'file option ' ,
31
20
'type ' => 'file ' ,
You can’t perform that action at this time.
0 commit comments