We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d9b6c commit c8ecca8Copy full SHA for c8ecca8
Observer/SendMailOnOrderSuccess.php
@@ -59,7 +59,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
59
// Only send order confirmation (here) for completed NoFrixion payments.
60
if ($paymentMethodCode == 'nofrixion' && ($orderStatus === 'complete' || $orderStatus === 'nofrixion_paid_correctly')) {
61
//$this->logger->info(__METHOD__ . ' Order: '. $order->getIncrementId() . ' - ' . $order->getStatus());
62
- $this->orderSender->send($order, true);
+ //$this->orderSender->send($order, true);
63
}
64
65
0 commit comments