changes to flow of payments for different fees shown
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
{
|
||||
id: { type: DataTypes.UUID, primaryKey: true, allowNull: false },
|
||||
description: DataTypes.STRING,
|
||||
amount: DataTypes.INTEGER,
|
||||
amount: DataTypes.DOUBLE,
|
||||
|
||||
payment_status: {
|
||||
type: DataTypes.STRING,
|
||||
|
||||
Reference in New Issue
Block a user