Skip to content

Commit a9d813a

Browse files
authored
Merge pull request #2161 from mailchimp/Issue2156-2.4
Issue2156 2.4
2 parents 9af4d4b + 63de6d7 commit a9d813a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Model/Api/Cart.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -537,10 +537,6 @@ protected function _makeCart(\Magento\Quote\Model\Quote $cart, $mailchimpStoreId
537537
*/
538538
foreach ($items as $item) {
539539
$line = [];
540-
if ($item->getProductType()=='grouped') {
541-
continue;
542-
}
543-
544540
if ($item->getProductType()==\Magento\ConfigurableProduct\Model\Product\Type\Configurable::TYPE_CODE) {
545541
$variant = null;
546542
if ($item->getOptionByCode('simple_product')) {

0 commit comments

Comments
 (0)