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 9441edb commit 4e5cfa5Copy full SHA for 4e5cfa5
dev/tests/integration/testsuite/Magento/Sales/_files/quote_with_bundle.php
@@ -62,7 +62,7 @@
62
[
63
'title' => 'Bundle Product Items',
64
'default_title' => 'Bundle Product Items',
65
- 'type' => 'select',
+ 'type' => 'checkbox',
66
'required' => 1,
67
'delete' => '',
68
'position' => 0,
@@ -141,7 +141,7 @@
141
->setStoreId($objectManager->get('Magento\Store\Model\StoreManagerInterface')->getStore()->getId())
142
->setReservedOrderId('test01')
143
->setBillingAddress($billingAddress)
144
- ->setShippingAddress($shippingAddres)
+ ->setShippingAddress($shippingAddress)
145
->setCustomerEmail('test@test.magento.com')
146
->addProduct($product, $buyRequest);
147
0 commit comments