properly showing transaction fees with stripe in email and deductions
This commit is contained in:
@@ -121,7 +121,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
},
|
||||
|
||||
charify_credit: {
|
||||
type: DataTypes.INTEGER,
|
||||
type: DataTypes.DOUBLE,
|
||||
defaultValue: 0
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user