From 9eabe30b3a666721609317a2ff306dc6e5bb530b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 11 Nov 2021 15:53:05 +0100 Subject: [PATCH] Define INSTANT_BANK_PAY constant --- app/Models/GatewayType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/GatewayType.php b/app/Models/GatewayType.php index d6c51bc4e7f1..fb4d6024880d 100644 --- a/app/Models/GatewayType.php +++ b/app/Models/GatewayType.php @@ -37,6 +37,7 @@ class GatewayType extends StaticModel const DIRECT_DEBIT = 18; const ACSS = 19; const BECS = 20; + const INSTANT_BANK_PAY = 21; public function gateway() {