diff --git a/app/Models/GatewayType.php b/app/Models/GatewayType.php index 5be577bb6a6c..fff2ff227fb0 100644 --- a/app/Models/GatewayType.php +++ b/app/Models/GatewayType.php @@ -25,6 +25,7 @@ class GatewayType extends StaticModel const APPLE_PAY = 8; const SEPA = 9; const CREDIT = 10; + const BANCONTACT = 12; public function gateway() {