mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for wrong payment types
This commit is contained in:
parent
84ef064e3d
commit
63eb2ca524
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user