Skip to content

Commit

Permalink
Merge pull request #8 from pagantis/v1.1.1
Browse files Browse the repository at this point in the history
update release
  • Loading branch information
rmarinleal authored Apr 26, 2021
2 parents e7c498a + 3d180d5 commit 58b8c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion afterpayofficial.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function __construct()
{
$this->name = 'afterpayofficial';
$this->tab = 'payments_gateways';
$this->version = '1.1.0';
$this->version = '1.1.1';
$this->author = $this->l('Afterpay');
$this->currencies = true;
$this->currencies_mode = 'checkbox';
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>afterpayofficial</name>
<displayName><![CDATA[Afterpay Payment Gateway]]></displayName>
<version><![CDATA[1.1.0]]></version>
<version><![CDATA[1.1.1]]></version>
<description><![CDATA[Buy now, pay later. Always interest-free. Reach new customers, increase your conversion rate, recurrency and average order value ofering interest-free installments in your eCommerce.]]></description>
<author><![CDATA[Afterpay]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down

0 comments on commit 58b8c86

Please sign in to comment.