mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Added PaymentType
This commit is contained in:
parent
1ef114e685
commit
bff8d1f95c
@ -54,6 +54,7 @@ class PaymentType extends StaticModel
|
|||||||
const BECS = 43;
|
const BECS = 43;
|
||||||
const ACSS = 44;
|
const ACSS = 44;
|
||||||
const INSTANT_BANK_PAY = 45;
|
const INSTANT_BANK_PAY = 45;
|
||||||
|
const FPX = 46;
|
||||||
|
|
||||||
public static function parseCardType($cardName)
|
public static function parseCardType($cardName)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user