// update version number of the modules

This commit is contained in:
vSchoener
2011-10-27 15:26:02 +00:00
parent 281cb533e3
commit b8218b0fa9
3 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -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;