Skip to content

Commit

Permalink
MAGETWO-69223: Fix for #9646 #9647
Browse files Browse the repository at this point in the history
  • Loading branch information
ishakhsuvarov authored May 18, 2017
2 parents be83f5b + b1b6318 commit 9ac5a2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/Quote/Model/Cart/CartTotalRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use Magento\Framework\Api\DataObjectHelper;
use Magento\Quote\Model\Cart\Totals\ItemConverter;
use Magento\Quote\Api\CouponManagementInterface;
use Magento\Framework\Api\ExtensibleDataInterface;

/**
* Cart totals data object.
Expand Down Expand Up @@ -94,6 +95,7 @@ public function get($cartId)
$addressTotalsData = $quote->getShippingAddress()->getData();
$addressTotals = $quote->getShippingAddress()->getTotals();
}
unset($addressTotalsData[ExtensibleDataInterface::EXTENSION_ATTRIBUTES_KEY]);

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

0 comments on commit 9ac5a2a

Please sign in to comment.