Open junaid1460 opened 2 years ago
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
Can we work towards a well typed front end for apis?
on success callback returns flat structure
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
.