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