Stripe error handling and now you can rent an item for a different time while having an upcoming or active rental
This commit is contained in:
@@ -401,7 +401,7 @@ class StripeService {
|
||||
try {
|
||||
const session = await stripe.checkout.sessions.create({
|
||||
customer: customerId,
|
||||
payment_method_types: ["card", "us_bank_account", "link"],
|
||||
payment_method_types: ["card", "link"],
|
||||
mode: "setup",
|
||||
ui_mode: "embedded",
|
||||
redirect_on_completion: "never",
|
||||
|
||||
Reference in New Issue
Block a user