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 2bca2aa commit b00402dCopy full SHA for b00402d
app/code/Magento/Quote/Observer/Frontend/Quote/Address/CollectTotalsObserver.php
@@ -124,7 +124,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
124
);
125
}
126
127
- if ($groupId) {
+ if ($groupId !== null) {
128
$address->setPrevQuoteCustomerGroupId($quote->getCustomerGroupId());
129
$quote->setCustomerGroupId($groupId);
130
$this->customerSession->setCustomerGroupId($groupId);
0 commit comments