From 819b1867615719d9072f5797db94816e9fa87f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 4 Oct 2021 15:41:39 +0200 Subject: [PATCH] Define `iDEAL` constant --- app/Models/GatewayType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/GatewayType.php b/app/Models/GatewayType.php index a7e06fb64cd8..5f923a36506f 100644 --- a/app/Models/GatewayType.php +++ b/app/Models/GatewayType.php @@ -27,6 +27,7 @@ class GatewayType extends StaticModel const CREDIT = 10; const KBC = 11; const BANCONTACT = 12; + const IDEAL = 13; public function gateway() {