Skip to content

Commit 9ac5a2a

Browse files
MAGETWO-69223: Fix for #9646 #9647
2 parents be83f5b + b1b6318 commit 9ac5a2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Quote/Model/Cart/CartTotalRepository.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
use Magento\Framework\Api\DataObjectHelper;
1313
use Magento\Quote\Model\Cart\Totals\ItemConverter;
1414
use Magento\Quote\Api\CouponManagementInterface;
15+
use Magento\Framework\Api\ExtensibleDataInterface;
1516

1617
/**
1718
* Cart totals data object.
@@ -94,6 +95,7 @@ public function get($cartId)
9495
$addressTotalsData = $quote->getShippingAddress()->getData();
9596
$addressTotals = $quote->getShippingAddress()->getTotals();
9697
}
98+
unset($addressTotalsData[ExtensibleDataInterface::EXTENSION_ATTRIBUTES_KEY]);
9799

98100
/** @var \Magento\Quote\Api\Data\TotalsInterface $quoteTotals */
99101
$quoteTotals = $this->totalsFactory->create();

0 commit comments

Comments
 (0)