diff --git a/app/Models/PaymentType.php b/app/Models/PaymentType.php index fe65ec2ff73f..22eb885b787d 100644 --- a/app/Models/PaymentType.php +++ b/app/Models/PaymentType.php @@ -18,7 +18,7 @@ class PaymentType extends StaticModel */ public $timestamps = false; - const CREDIT = 1; + const CREDIT = 32; const ACH = 4; const VISA = 5; const MASTERCARD = 6;