Skip to content

Commit

Permalink
Merge pull request #61 from culqi/release-3.0.1
Browse files Browse the repository at this point in the history
version
  • Loading branch information
JoseHCalderon authored Nov 18, 2022
2 parents 6c01c5e + 9aa0d0c commit 555802a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config_es.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>culqi</name>
<displayName><![CDATA[Culqi]]></displayName>
<version><![CDATA[3.0.4]]></version>
<version><![CDATA[3.0.1]]></version>
<description><![CDATA[Con&eacute;ctate a nuestra pasarela de pagos para aumentar tus ventas.]]></description>
<author><![CDATA[Culqi]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion culqi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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_);
Expand Down

0 comments on commit 555802a

Please sign in to comment.