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