Skip to content

Commit

Permalink
change default title
Browse files Browse the repository at this point in the history
  • Loading branch information
leviothan committed Apr 2, 2018
1 parent 6e93129 commit 278b401
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 @@ -25,7 +25,7 @@ public function __construct()
{
$this->name = 'paybear';
$this->tab = 'payments_gateways';
$this->version = '0.7.4';
$this->version = '0.7.5';
$this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_);
$this->author = 'PayBear';
$this->controllers = array('validation', 'currencies', 'payment', 'callback', 'status');
Expand Down Expand Up @@ -81,7 +81,7 @@ public function install()
}
}

Configuration::updateValue('PAYBEAR_TITLE', 'Pay with Crypto (BTC/ETH/LTC and others)');
Configuration::updateValue('PAYBEAR_TITLE', 'Pay with Crypto via PayBear (BTC/ETH/LTC and more)');
Configuration::updateValue('PAYBEAR_DESCRIPTION', '');
Configuration::updateValue('PAYBEAR_EXCHANGE_LOCKTIME', '15');
Configuration::updateValue('PAYBEAR_MAX_UNDERPAYMENT', '0.01');
Expand Down

0 comments on commit 278b401

Please sign in to comment.