From b2d1661fdc5af4235cd5b923544527424930a1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 22 Oct 2021 06:50:23 +0200 Subject: [PATCH] wip --- app/Models/PaymentType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/PaymentType.php b/app/Models/PaymentType.php index 6a6f29360892..4370b321715c 100644 --- a/app/Models/PaymentType.php +++ b/app/Models/PaymentType.php @@ -51,7 +51,7 @@ class PaymentType extends StaticModel const PRZELEWY24 = 40; const EPS = 41; const DIRECT_DEBIT = 42; - ` const BECS = 43; + const BECS = 43; const ACSS = 44; public static function parseCardType($cardName)