Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Bugfix POST problem in controller validation.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jprotin committed Jan 19, 2016
1 parent ba4a814 commit 9d8865d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion controllers/front/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public function __construct()

public function initContent()
{
parent::initContent();
$hipay = Module::getInstanceByName('hipay');
if (Validate::isLoadedObject($hipay)){
if(method_exists ( $hipay, 'validation' )){
Expand Down
2 changes: 1 addition & 1 deletion hipay.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function __construct()
{
$this->name = 'hipay';
$this->tab = 'payments_gateways';
$this->version = '1.6.12';
$this->version = '1.6.13';
$this->module_key = 'ab188f639335535838c7ee492a2e89f8';
$this->is_eu_compatible = 1;

Expand Down

0 comments on commit 9d8865d

Please sign in to comment.