Skip to content

Commit

Permalink
version now from constant
Browse files Browse the repository at this point in the history
  • Loading branch information
cblach committed Nov 2, 2018
1 parent c53b364 commit d777458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __construct()
{
$this->name = 'scanpay';
$this->tab = 'payments_gateways';
$this->version = '0.1.1';
$this->version = SCANPAY_VERSION;
$this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_);
$this->author = 'Scanpay ApS';
$this->need_instance = 0;
Expand Down

0 comments on commit d777458

Please sign in to comment.