From 72ef1cd13329d0f53dc9afc2a42b7d26df5cb5b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 24 Sep 2021 20:43:03 +0200 Subject: [PATCH] Add `BANK_TRANSFER` 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..0e05a43835c6 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::BANK_TRANSFER => ['refund' => false, 'token_billing' => true], ]; case 15: return [GatewayType::PAYPAL => ['refund' => true, 'token_billing' => false]]; //Paypal