Update Gateway.php

Increment id

Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
This commit is contained in:
Kendall Arneaud 2024-07-27 11:26:52 -04:00 committed by GitHub
parent 2ea54b0042
commit 1196181a06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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