Update Gateway.php
Increment id Signed-off-by: Kendall Arneaud <kendall.arneaud@gmail.com>
This commit is contained in:
parent
2ea54b0042
commit
1196181a06
|
|
@ -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';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue