1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Added PaymentType

This commit is contained in:
Lars Kusch 2022-01-20 08:27:05 +01:00
parent 1ef114e685
commit bff8d1f95c

View File

@ -54,6 +54,7 @@ class PaymentType extends StaticModel
const BECS = 43;
const ACSS = 44;
const INSTANT_BANK_PAY = 45;
const FPX = 46;
public static function parseCardType($cardName)
{