3D Secure handling
This commit is contained in:
@@ -67,7 +67,7 @@ const Rental = sequelize.define("Rental", {
|
||||
allowNull: false,
|
||||
},
|
||||
paymentStatus: {
|
||||
type: DataTypes.ENUM("pending", "paid", "refunded", "not_required"),
|
||||
type: DataTypes.ENUM("pending", "paid", "refunded", "not_required", "requires_action"),
|
||||
allowNull: false,
|
||||
},
|
||||
payoutStatus: {
|
||||
|
||||
Reference in New Issue
Block a user