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
In the get_razorpay_order function if you give the amount as a float it give an error saying Could not create razorpay order
this is issue is quite simple to solve just have to add a int conversion when the amount is multiplied by 100 in the create order function
The text was updated successfully, but these errors were encountered:
Oswin-san
added a commit
to Oswin-san/payments
that referenced
this issue
Oct 8, 2024
In the get_razorpay_order function if you give the amount as a float it give an error saying
Could not create razorpay order
this is issue is quite simple to solve just have to add a int conversion when the amount is multiplied by 100 in the create order function
The text was updated successfully, but these errors were encountered: