From 12466fe3546586049b7068568a00e9c33df1cb82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 7 Oct 2021 16:21:49 +0200 Subject: [PATCH] Add HOSTED_PAGE to GatewayType --- app/Models/GatewayType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/GatewayType.php b/app/Models/GatewayType.php index e0b0fbfdcd35..9a8fa92b7cc8 100644 --- a/app/Models/GatewayType.php +++ b/app/Models/GatewayType.php @@ -28,6 +28,7 @@ class GatewayType extends StaticModel const KBC = 11; const BANCONTACT = 12; const IDEAL = 13; + const HOSTED_PAGE = 14; // For gateways that contain multiple methods. public function gateway() {