From f24a8f349a89f406e4c3f9474a597b269af051c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 24 Sep 2021 23:02:33 +0200 Subject: [PATCH] Add `KBC` to Gateway --- app/Models/Gateway.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index 4414a685c9b0..bcb6ecf3c487 100644 --- a/app/Models/Gateway.php +++ b/app/Models/Gateway.php @@ -89,7 +89,8 @@ class Gateway extends StaticModel break; case 7: return [ - GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => true], // Mollie + GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => true], // Mollie, + GatewayType::KBC => ['refund' => false, 'token_billing' => false], ]; case 15: return [GatewayType::PAYPAL => ['refund' => true, 'token_billing' => false]]; //Paypal