From a876794badb042a6bfd6f6987467b98bd817f6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 24 Sep 2021 23:32:17 +0200 Subject: [PATCH] Add `Bancontact` to Gateway --- app/Models/Gateway.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index 4414a685c9b0..cf44d88e9e62 100644 --- a/app/Models/Gateway.php +++ b/app/Models/Gateway.php @@ -90,6 +90,7 @@ class Gateway extends StaticModel case 7: return [ GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => true], // Mollie + GatewayType::BANCONTACT => ['refund' => false, 'token_billing' => false], ]; case 15: return [GatewayType::PAYPAL => ['refund' => true, 'token_billing' => false]]; //Paypal