Error:unanble to create customer An error occurred in initiatePayment when creating a Razorpay customerundefined

 medusa.carts.createPaymentSessions(cartId)
    .then(({ cart }) => {
    console.log(cart.id);
    })

I don't know how to solve it. The problem is that due to the error I am getting the data object empty and user cannot proceed further to pay without data object. Data object has the data of customer required for making the payment

0

There are 0 best solutions below