bug fix
This commit is contained in:
@@ -97,6 +97,9 @@ const Rental = sequelize.define("Rental", {
|
||||
stripePaymentMethodId: {
|
||||
type: DataTypes.STRING,
|
||||
},
|
||||
stripePaymentIntentId: {
|
||||
type: DataTypes.STRING,
|
||||
},
|
||||
deliveryMethod: {
|
||||
type: DataTypes.ENUM("pickup", "delivery"),
|
||||
defaultValue: "pickup",
|
||||
|
||||
Reference in New Issue
Block a user