We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357b449 commit 5d44525Copy full SHA for 5d44525
app/code/Magento/Quote/Observer/Frontend/Quote/Address/CollectTotalsObserver.php
@@ -115,7 +115,6 @@ public function execute(\Magento\Framework\Event\Observer $observer)
115
$customerVatNumber = $customerAddress->getVatId();
116
$address->setCountryId($customerCountryCode);
117
$address->setVatId($customerVatNumber);
118
-
119
}
120
121
$groupId = null;
0 commit comments