File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/code/Magento/QuoteGraphQl/etc
dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogInventory Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,6 @@ type SelectedCustomizableOptionValue {
325
325
label : String !
326
326
value : String !
327
327
price : CartItemSelectedOptionValuePrice !
328
- sort_order : Int !
329
328
}
330
329
331
330
type CartItemSelectedOptionValuePrice {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public function testAddProductIfQuantityIsNotAvailable()
52
52
* @expectedException \Exception
53
53
* @expectedExceptionMessage The product's required option(s) weren't entered. Make sure the options are entered and try again.
54
54
*/
55
- public function testAddProductWithoutRequiredCustomOPtions ()
55
+ public function testAddProductWithoutRequiredCustomOptions ()
56
56
{
57
57
$ sku = 'simple_with_custom_options ' ;
58
58
$ qty = 1 ;
@@ -66,7 +66,7 @@ public function testAddProductWithoutRequiredCustomOPtions()
66
66
* @magentoApiDataFixture Magento/Catalog/_files/product_simple_with_custom_options.php
67
67
* @magentoApiDataFixture Magento/Checkout/_files/active_quote.php
68
68
*/
69
- public function testAddProductWithRequiredCustomOPtions ()
69
+ public function testAddProductWithRequiredCustomOptions ()
70
70
{
71
71
$ sku = 'simple_with_custom_options ' ;
72
72
$ qty = 1 ;
You can’t perform that action at this time.
0 commit comments