properly showing transaction fees with stripe in email and deductions

This commit is contained in:
Arjun Patel
2019-04-30 01:42:58 -07:00
parent cc067b1ec6
commit 98d165eab1
4 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ module.exports = (sequelize, DataTypes) => {
},
charify_credit: {
type: DataTypes.INTEGER,
type: DataTypes.DOUBLE,
defaultValue: 0
}
},