diff --git a/app/Models/PaymentType.php b/app/Models/PaymentType.php index 3a28863def..d5c4bca316 100644 --- a/app/Models/PaymentType.php +++ b/app/Models/PaymentType.php @@ -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) {