File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dev/tests/integration/testsuite/Magento/Catalog/_files Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
'sort_order ' => 0 ,
50
50
'values ' => [
51
51
[
52
- 'option_type_id ' => - 1 ,
52
+ 'option_type_id ' => null ,
53
53
'title ' => 'Option 1 ' ,
54
54
'price ' => '3,000.00 ' ,
55
55
'price_type ' => 'fixed ' ,
56
56
'sku ' => '3-1-select ' ,
57
57
],
58
58
[
59
- 'option_type_id ' => - 1 ,
59
+ 'option_type_id ' => null ,
60
60
'title ' => 'Option 2 ' ,
61
61
'price ' => '5,000.00 ' ,
62
62
'price_type ' => 'fixed ' ,
72
72
'sort_order ' => 0 ,
73
73
'values ' => [
74
74
[
75
- 'option_type_id ' => - 1 ,
75
+ 'option_type_id ' => null ,
76
76
'title ' => 'Option 1 ' ,
77
77
'price ' => '600.234 ' ,
78
78
'price_type ' => 'fixed ' ,
79
79
'sku ' => '4-1-radio ' ,
80
80
],
81
81
[
82
- 'option_type_id ' => - 1 ,
82
+ 'option_type_id ' => null ,
83
83
'title ' => 'Option 2 ' ,
84
84
'price ' => '40,000.00 ' ,
85
85
'price_type ' => 'fixed ' ,
You can’t perform that action at this time.
0 commit comments