refund and delayed charge
This commit is contained in:
@@ -102,6 +102,10 @@ const User = sequelize.define('User', {
|
||||
stripeConnectedAccountId: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: true
|
||||
},
|
||||
stripeCustomerId: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: true
|
||||
}
|
||||
}, {
|
||||
hooks: {
|
||||
|
||||
Reference in New Issue
Block a user