payment confirmation for renter after rental request approval, first listing celebration email, removed burstprotection for google places autocomplete, renamed email templates
This commit is contained in:
@@ -108,6 +108,15 @@ const Rental = sequelize.define("Rental", {
|
||||
stripePaymentIntentId: {
|
||||
type: DataTypes.STRING,
|
||||
},
|
||||
paymentMethodBrand: {
|
||||
type: DataTypes.STRING,
|
||||
},
|
||||
paymentMethodLast4: {
|
||||
type: DataTypes.STRING,
|
||||
},
|
||||
chargedAt: {
|
||||
type: DataTypes.DATE,
|
||||
},
|
||||
deliveryMethod: {
|
||||
type: DataTypes.ENUM("pickup", "delivery"),
|
||||
defaultValue: "pickup",
|
||||
|
||||
Reference in New Issue
Block a user