Fixes for wrong payment types
This commit is contained in:
parent
84ef064e3d
commit
63eb2ca524
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue