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 dac83de commit c2b3345Copy full SHA for c2b3345
app/code/Magento/SalesRule/Model/Quote/Discount.php
@@ -96,9 +96,9 @@ public function collect(
96
$store = $this->storeManager->getStore($quote->getStoreId());
97
$address = $shippingAssignment->getShipping()->getAddress();
98
99
- if ($quote->getPayment()->getMethod()) {
100
- $address->setPaymentMethod($quote->getPayment()->getMethod());
101
- }
+// if ($quote->getPayment()->getMethod()) {
+// $address->setPaymentMethod($quote->getPayment()->getMethod());
+// }
102
103
$this->calculator->reset($address);
104
0 commit comments