Skip to content

Commit bb6e291

Browse files
committed
AC-8966::Bundle product does not show per item applied discounts
1 parent 0628512 commit bb6e291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/QuoteGraphQl/Model/Resolver/CartItemPrices.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public function resolve(Field $field, $context, ResolveInfo $info, array $value
6767
}
6868
$currencyCode = $cartItem->getQuote()->getQuoteCurrencyCode();
6969

70+
/** calculate bundle product discount */
7071
if ($cartItem->getProductType() == 'bundle') {
7172
$discountValues = $this->getDiscountValues($cartItem, $currencyCode);
7273
$discountAmount = 0;

0 commit comments

Comments
 (0)