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