You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Razorpay's Node.js SDK to create a payment link.
Provide the customer object with valid details such as phone number, email, and name.
Access the payment link generated.
Notice that the payment page still requests the phone number input.
Expected behavior
The payment page should pre-fill or skip the request for the phone number when it is already provided in the customer details during the payment link creation.
Actual behavior
The payment page always prompts for the phone number, even if it is provided in the customer details.
Steps to reproduce the behavior
Expected behavior
The payment page should pre-fill or skip the request for the phone number when it is already provided in the customer details during the payment link creation.
Actual behavior
The payment page always prompts for the phone number, even if it is provided in the customer details.
Code snippets
Node version
Node v18.18.1
Library version
Razorpay v2.9.5
Additional Information
The text was updated successfully, but these errors were encountered: