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 10
10
use Magento \Quote \Api \CartTotalRepositoryInterface ;
11
11
use Magento \Catalog \Helper \Product \ConfigurationPool ;
12
12
use Magento \Framework \Api \DataObjectHelper ;
13
+ use Magento \Framework \Api \ExtensibleDataInterface ;
13
14
use Magento \Quote \Model \Cart \Totals \ItemConverter ;
14
15
use Magento \Quote \Api \CouponManagementInterface ;
15
16
@@ -94,6 +95,7 @@ public function get($cartId)
94
95
$ addressTotalsData = $ quote ->getShippingAddress ()->getData ();
95
96
$ addressTotals = $ quote ->getShippingAddress ()->getTotals ();
96
97
}
98
+ unset($ addressTotalsData [ExtensibleDataInterface::EXTENSION_ATTRIBUTES_KEY ]);
97
99
98
100
/** @var \Magento\Quote\Api\Data\TotalsInterface $quoteTotals */
99
101
$ quoteTotals = $ this ->totalsFactory ->create ();
You can’t perform that action at this time.
0 commit comments