diff --git a/paylikepayment.zip b/paylikepayment.zip index 2e1af48..5e6ad7b 100644 Binary files a/paylikepayment.zip and b/paylikepayment.zip differ diff --git a/paylikepayment/paylikepayment.php b/paylikepayment/paylikepayment.php index 7bc16a1..460251f 100644 --- a/paylikepayment/paylikepayment.php +++ b/paylikepayment/paylikepayment.php @@ -25,7 +25,7 @@ class PaylikePayment extends PaymentModule { public function __construct() { $this->name = 'paylikepayment'; $this->tab = 'payments_gateways'; - $this->version = '1.1.0'; + $this->version = '1.1.1'; $this->author = 'DerikonDevelopment'; $this->bootstrap = true; $this->module_key = '1d083bab290f652fb6fb7ae35f9f0942'; @@ -2151,7 +2151,7 @@ public function hookBackOfficeHeader() { } else { if ( ! empty( $void['transaction'] ) ) { //Update order status - $order->setCurrentState( (int) Configuration::get( 'PS_OS_CANCEL' ), $this->context->employee->id ); + $order->setCurrentState( (int) Configuration::get( 'PS_OS_CANCELED' ), $this->context->employee->id ); $currency = new Currency( (int) $order->id_currency ); $currency_multiplier = $this->getPaylikeCurrencyMultiplier( $currency->iso_code );