mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Added PaymentType
This commit is contained in:
parent
1ef114e685
commit
bff8d1f95c
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user