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)