diff --git a/config_es.xml b/config_es.xml index 2294596..74d52eb 100644 --- a/config_es.xml +++ b/config_es.xml @@ -2,7 +2,7 @@ culqi - + diff --git a/culqi.php b/culqi.php index c45a53d..af4aaae 100644 --- a/culqi.php +++ b/culqi.php @@ -43,7 +43,7 @@ public function __construct() { $this->name = 'culqi'; $this->tab = 'payments_gateways'; - $this->version = '3.0.0'; + $this->version = '3.0.1'; $this->controllers = array('chargeajax','postpayment', 'generateorder', 'webhook', 'registersale'); $this->author = 'Culqi'; $this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_);