1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Merge pull request #6880 from beganovich/v5-syntax-error-fixes

Fixes for syntax errors
This commit is contained in:
Benjamin Beganović 2021-10-22 06:52:36 +02:00 committed by GitHub
commit 16359426d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)