Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
vegimcarkaxhija committed Dec 21, 2023
1 parent 5b0b42c commit 769f14d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buckaroo3.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct()
{
$this->name = 'buckaroo3';
$this->tab = 'payments_gateways';
$this->version = '4.0.1';
$this->version = '4.1.0';
$this->author = 'Buckaroo';
$this->need_instance = 1;
$this->bootstrap = true;
Expand All @@ -72,7 +72,7 @@ public function __construct()
$this->displayName =
(new RawPaymentMethodRepository())->getPaymentMethodsLabel($response->payment_method);
} else {
$this->displayName = $this->l('Buckaroo Payments (v 4.0.1)');
$this->displayName = $this->l('Buckaroo Payments (v 4.1.0)');
}
}

Expand Down
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>buckaroo3</name>
<displayName><![CDATA[Buckaroo Payments (v 4.0.1)]]></displayName>
<version><![CDATA[4.0.1]]></version>
<displayName><![CDATA[Buckaroo Payments (v 4.1.0)]]></displayName>
<version><![CDATA[4.1.0]]></version>
<description><![CDATA[Buckaroo Payment module. Compatible with PrestaShop version 1.7.x + 8.1.2]]></description>
<author><![CDATA[Buckaroo]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion upgrade/upgrade-4.1.php → upgrade/upgrade-4.1.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* @return mixed
*/
function upgrade_module_4_1($object)
function upgrade_module_4_1_0($object)
{
$sql = 'DELETE FROM ' . _DB_PREFIX_ . 'bk_ordering WHERE country_id IS NOT NULL';
Db::getInstance()->execute($sql);
Expand Down

0 comments on commit 769f14d

Please sign in to comment.