Skip to content

Commit

Permalink
1.4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Phạm Quốc Đạt committed Aug 31, 2018
1 parent e5affda commit 09d9bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 2 additions & 0 deletions lemonway/controllers/front/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ public function __construct()
*/
public function postProcess()
{
PrestaShopLogger::addLog("Lemon Way: Payment validation");

// If the module is not active anymore, no need to process anything.
if (!$this->module->active) {
die;
Expand Down
10 changes: 1 addition & 9 deletions lemonway/lemonway.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ class Lemonway extends PaymentModule
/** @var bool */
public static $is_active = 1;

public static $statuesLabel = array(
1 => "Document uniquement reçu",
2 => "Document vérifié et accepté",
3 => "Document vérifié mais non accepté",
4 => "Document remplacé par un autre document",
5 => "Validité du document expiré"
);

public static $subMethods = array(
"CC" => array(
"classname" => "Cc",
Expand All @@ -93,7 +85,7 @@ public function __construct()
{
$this->name = 'lemonway';
$this->tab = 'payments_gateways';
$this->version = '1.4.0';
$this->version = '1.4.0.1';
$this->author = 'Lemon Way';
$this->need_instance = 0;

Expand Down

0 comments on commit 09d9bcc

Please sign in to comment.