Skip to content

Commit edb76cb

Browse files
committed
MAGETWO-47698: [Github] Custom options not displayed correctly on a store view level #2908 #5885
1 parent 75677b3 commit edb76cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/product_simple_with_custom_options.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
'sort_order' => 0,
5050
'values' => [
5151
[
52-
'option_type_id' => -1,
52+
'option_type_id' => null,
5353
'title' => 'Option 1',
5454
'price' => '3,000.00',
5555
'price_type' => 'fixed',
5656
'sku' => '3-1-select',
5757
],
5858
[
59-
'option_type_id' => -1,
59+
'option_type_id' => null,
6060
'title' => 'Option 2',
6161
'price' => '5,000.00',
6262
'price_type' => 'fixed',
@@ -72,14 +72,14 @@
7272
'sort_order' => 0,
7373
'values' => [
7474
[
75-
'option_type_id' => -1,
75+
'option_type_id' => null,
7676
'title' => 'Option 1',
7777
'price' => '600.234',
7878
'price_type' => 'fixed',
7979
'sku' => '4-1-radio',
8080
],
8181
[
82-
'option_type_id' => -1,
82+
'option_type_id' => null,
8383
'title' => 'Option 2',
8484
'price' => '40,000.00',
8585
'price_type' => 'fixed',

0 commit comments

Comments
 (0)