Skip to content

Commit

Permalink
bump version and change display name
Browse files Browse the repository at this point in the history
  • Loading branch information
leviothan committed Feb 12, 2018
1 parent da1b589 commit 05099f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paybear.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __construct()
{
$this->name = 'paybear';
$this->tab = 'payments_gateways';
$this->version = '0.4.1';
$this->version = '0.5.1';
$this->ps_versions_compliancy = array('min' => '1.7', 'max' => _PS_VERSION_);
$this->author = 'PayBear';
$this->controllers = array('validation', 'currencies', 'payment', 'callback', 'status');
Expand All @@ -34,7 +34,7 @@ public function __construct()
$this->bootstrap = true;
parent::__construct();

$this->displayName = $this->l('Crypto Payment Gateway for PrestaShop by PayBear.io');
$this->displayName = $this->l('Crypto Payments by PayBear.io');
$this->description = $this->l('Allows to accept crypto payments such as Bitcoin (BTC) and Ethereum (ETH)');

if (!count(Currency::checkPaymentCurrencies($this->id))) {
Expand Down

0 comments on commit 05099f2

Please sign in to comment.