From 1196181a06e380ab18f778d890c18f47f8630f55 Mon Sep 17 00:00:00 2001 From: Kendall Arneaud Date: Sat, 27 Jul 2024 11:26:52 -0400 Subject: [PATCH] Update Gateway.php Increment id Signed-off-by: Kendall Arneaud --- app/Models/Gateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index b950e07165e7..f5377d88f504 100644 --- a/app/Models/Gateway.php +++ b/app/Models/Gateway.php @@ -105,7 +105,7 @@ class Gateway extends StaticModel $link = 'https://www.forte.net/'; } elseif ($this->id == 62) { $link = 'https://docs.btcpayserver.org/InvoiceNinja/'; - } elseif ($this->id == 4002) { + } elseif ($this->id == 63) { $link = 'https://rotessa.com'; }