// Display of payment modules per shop #PSTEST-833

This commit is contained in:
rMalie
2012-02-27 15:18:51 +00:00
parent 77774d0d94
commit 45cd48afb4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -31,6 +31,8 @@ class AdminPaymentControllerCore extends AdminController
public function __construct()
{
parent::__construct();
$shop_id = Context::getContext()->shop->id;
/* Get all modules then select only payment ones */
@@ -80,8 +82,6 @@ class AdminPaymentControllerCore extends AdminController
$this->payment_modules[] = $module;
}
parent::__construct();
}
public function postProcess()