1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Merge pull request #9702 from Nisaba/v5-develop

Update BTCPay doc link
This commit is contained in:
David Bomba 2024-06-27 08:36:32 +10:00 committed by GitHub
commit 7e92c84d5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,7 +104,7 @@ class Gateway extends StaticModel
} elseif ($this->id == 59) {
$link = 'https://www.forte.net/';
} elseif ($this->id == 62) {
$link = 'https://docs.btcpayserver.org';
$link = 'https://docs.btcpayserver.org/InvoiceNinja/';
}
return $link;