From 3f9a80181817be674dc6de12ad3542f18a77dcb2 Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Sun, 10 Oct 2021 11:39:29 +0200 Subject: [PATCH] Added model --- app/Models/Gateway.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index f8c2afe69a38..c177347a367c 100644 --- a/app/Models/Gateway.php +++ b/app/Models/Gateway.php @@ -108,6 +108,7 @@ class Gateway extends StaticModel GatewayType::PRZELEWY24 => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded']], 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::IDEAL => ['refund' => true, 'token_billing' => true, 'webhooks' => ['source.chargeable', 'charge.succeeded']]]; case 39: