1.6.1.x
1.7.0.x - 1.7.6.x
Compatible with PHP:
5.6.0 - 7.3.x
-Fixed issue "Automatically ship when one of these statuses is reached" wasn't working correctly.
-Disabled order_conf email for PS1.7. To disable it for PS1.6 you need to change PS core. classes/PaymentModule.php. you should comment out line 271:
Mail::Send(intval($order->id_lang), 'order_conf', 'Order confirmation', $data, $customer->email, $customer->firstname.' '.$customer->lastname, NULL, NULL, $fileAttachment);
-Added fix for PS1.6 hookDisplayPaymentEU where it was using wrong method ID.
-Added fix where saving API Key would reset default order statuses.