Skip to content

Commit

Permalink
Update btcpay.php to v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinMitchell committed Sep 20, 2024
1 parent 1527d8c commit 1bbc84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/btcpay/btcpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function __construct()
{
$this->name = 'btcpay';
$this->tab = 'payments_gateways';
$this->version = '6.2.0';
$this->version = '6.2.1';
$this->author = 'BTCPay Server';
$this->ps_versions_compliancy = ['min' => Constants::MINIMUM_PS_VERSION, 'max' => _PS_VERSION_];
$this->controllers = ['payment', 'validation', 'webhook'];
Expand Down

0 comments on commit 1bbc84e

Please sign in to comment.