// 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
@@ -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;