Fixes for wrong payment types

This commit is contained in:
David Bomba 2022-07-12 08:37:18 +10:00
parent 84ef064e3d
commit 63eb2ca524

View File

@ -18,7 +18,7 @@ class PaymentType extends StaticModel
*/ */
public $timestamps = false; public $timestamps = false;
const CREDIT = 1; const CREDIT = 32;
const ACH = 4; const ACH = 4;
const VISA = 5; const VISA = 5;
const MASTERCARD = 6; const MASTERCARD = 6;