We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on success callback returns flat structure
{ "razorpay_signature" ... }
on Android
{ data: { "razorpay_signature" ... } }
Ideally frontend of apis should be converted to right format before returning.
should hide implementation details of which app to choose, should not ask user to figure out which platform it is.
in android I have to pass com.**** in iOS google_pay.
com.****
google_pay
The text was updated successfully, but these errors were encountered:
Can we work towards a well typed front end for apis?
Sorry, something went wrong.
No branches or pull requests
on success callback returns flat structure
{ "razorpay_signature" ... }
on Android
Ideally frontend of apis should be converted to right format before returning.
should hide implementation details of which app to choose, should not ask user to figure out which platform it is.
in android I have to pass
com.****
in iOSgoogle_pay
.The text was updated successfully, but these errors were encountered: