// update version number of the modules
This commit is contained in:
@@ -57,7 +57,7 @@ class CashTicket extends PrepaidServices
|
||||
{
|
||||
$this->name = 'cashticket';
|
||||
$this->tab = 'payments_gateways';
|
||||
$this->version = '1.3';
|
||||
$this->version = '1.4';
|
||||
$this->module_dir = dirname(__FILE__);
|
||||
$this->certificat_dir = dirname(__FILE__).'/keyring/';
|
||||
$this->need_instance = 0;
|
||||
|
||||
@@ -25,14 +25,6 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
function debugLog($content)
|
||||
{
|
||||
ob_start();
|
||||
var_dump($content);
|
||||
$result = ob_get_clean();
|
||||
file_put_contents(dirname(__FILE__).'/logTest.log', $result, FILE_APPEND);
|
||||
}
|
||||
|
||||
if (!defined('_PS_VERSION_'))
|
||||
exit;
|
||||
|
||||
@@ -98,7 +90,7 @@ class dibs extends PaymentModule
|
||||
{
|
||||
$this->name = 'dibs';
|
||||
$this->tab = 'payments_gateways';
|
||||
$this->version = '1.1';
|
||||
$this->version = '1.2';
|
||||
$this->author = 'PrestaShop';
|
||||
|
||||
parent::__construct();
|
||||
|
||||
@@ -58,7 +58,7 @@ class PaysafeCard extends PSCPrepaidServices
|
||||
{
|
||||
$this->name = 'paysafecard';
|
||||
$this->tab = 'payments_gateways';
|
||||
$this->version = '1.3';
|
||||
$this->version = '1.4';
|
||||
$this->module_dir = dirname(__FILE__);
|
||||
$this->certificat_dir = dirname(__FILE__).'/keyring/';
|
||||
$this->need_instance = 0;
|
||||
|
||||
Reference in New Issue
Block a user