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