File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Quote/Model/Cart Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1010use Magento \Quote \Api \CartTotalRepositoryInterface ;
1111use Magento \Catalog \Helper \Product \ConfigurationPool ;
1212use Magento \Framework \Api \DataObjectHelper ;
13+ use Magento \Framework \Api \ExtensibleDataInterface ;
1314use Magento \Quote \Model \Cart \Totals \ItemConverter ;
1415use Magento \Quote \Api \CouponManagementInterface ;
1516
@@ -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 ();
You can’t perform that action at this time.
0 commit comments