We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651e37c commit e5bb358Copy full SHA for e5bb358
dev/tests/api-functional/testsuite/Magento/Bundle/Api/ProductOptionRepositoryTest.php
@@ -29,7 +29,7 @@ public function testGet()
29
'sku' => 'simple',
30
'qty' => 1,
31
'position' => 0,
32
- 'is_defined' => true,
+ 'can_change_quantity' => 1,
33
'is_default' => false,
34
'price' => null,
35
'price_type' => null,
@@ -70,7 +70,7 @@ public function testGetList()
70
71
72
73
74
75
76
0 commit comments