Skip to content

Commit

Permalink
Merge pull request #182 from buckaroo-it/BP-3653-Update-Test-Release-…
Browse files Browse the repository at this point in the history
…4.4.0

BP-3653-Update-Test-Release-4.4.0
  • Loading branch information
vegimcarkaxhija authored Sep 10, 2024
2 parents ae435c6 + b368461 commit 0620afe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buckaroo3.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private function initializeModuleInfo()
{
$this->name = 'buckaroo3';
$this->tab = 'payments_gateways';
$this->version = '4.3.0';
$this->version = '4.4.0';
$this->author = 'Buckaroo';
$this->need_instance = 1;
$this->bootstrap = true;
Expand Down Expand Up @@ -84,7 +84,7 @@ private function initializeDisplayName()
} elseif (isset($response->status) && $response->status > 0) {
$this->displayName = (new RawPaymentMethodRepository())->getPaymentMethodsLabel($response->payment_method);
} else {
$this->displayName = $this->l('Buckaroo Payments (v 4.3.0)');
$this->displayName = $this->l('Buckaroo Payments (v 4.4.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.3.0)]]></displayName>
<version><![CDATA[4.3.0]]></version>
<displayName><![CDATA[Buckaroo Payments (v 4.4.0)]]></displayName>
<version><![CDATA[4.4.0]]></version>
<description><![CDATA[Buckaroo Payment module. Compatible with PrestaShop version 1.7.x + 8.1.6]]></description>
<author><![CDATA[Buckaroo]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down

0 comments on commit 0620afe

Please sign in to comment.