Skip to content

Commit 4e5cfa5

Browse files
author
Maksym Aposov
committed
MAGETWO-38347: Second product from bundle product is ordered as separate item after checkout
1 parent 9441edb commit 4e5cfa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Sales/_files/quote_with_bundle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
[
6363
'title' => 'Bundle Product Items',
6464
'default_title' => 'Bundle Product Items',
65-
'type' => 'select',
65+
'type' => 'checkbox',
6666
'required' => 1,
6767
'delete' => '',
6868
'position' => 0,
@@ -141,7 +141,7 @@
141141
->setStoreId($objectManager->get('Magento\Store\Model\StoreManagerInterface')->getStore()->getId())
142142
->setReservedOrderId('test01')
143143
->setBillingAddress($billingAddress)
144-
->setShippingAddress($shippingAddres)
144+
->setShippingAddress($shippingAddress)
145145
->setCustomerEmail('test@test.magento.com')
146146
->addProduct($product, $buyRequest);
147147

0 commit comments

Comments
 (0)