From 1dfc6eb11ad32af257192cd02b24a96c37efc495 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 24 Oct 2021 20:11:40 +1100 Subject: [PATCH] Add BECS to gateways --- app/Models/Gateway.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index 1b52c9652726..1f60070b0acb 100644 --- a/app/Models/Gateway.php +++ b/app/Models/Gateway.php @@ -145,7 +145,9 @@ class Gateway extends StaticModel GatewayType::GIROPAY => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded']], GatewayType::EPS => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded']], GatewayType::BANCONTACT => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded']], + GatewayType::BECS => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded']], GatewayType::IDEAL => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded']], + GatewayType::ACSS => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded']], ]; break; case 57: