Hi
the module is firing the event sales_order_save_commit_after twice,
First on
Processor.php:271, Ingenico\Payment\Model\Processor->processOrderPayment()
And second on
Processor.php:296, Ingenico\Payment\Model\Processor->processOrderPayment()
this makes the behavior of all scripts that map to this observer obsolete
Order has to be saved before the invoice save or avoid a second save on order
Hi the module is firing the event sales_order_save_commit_after twice, First on Processor.php:271, Ingenico\Payment\Model\Processor->processOrderPayment() And second on Processor.php:296, Ingenico\Payment\Model\Processor->processOrderPayment() this makes the behavior of all scripts that map to this observer obsolete Order has to be saved before the invoice save or avoid a second save on order