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
RazorpayCheckout.open is not opening dialog to pay.. xcode 10.2 on react-native 0.59.5. works fine on android. the code execution is getting stuck at open method and never leaves.. if i disconnect from internet, payment failure page is called as usual.
The text was updated successfully, but these errors were encountered:
Getting the same issue. Only that instead of remaining stuck the checkout method return error as follows:
Attempt to present <UINavigationController: 0x7f8c6390ae00> on <UIViewController: 0x7f8c6341fe90> which is already presenting <RCTModalHostViewController: 0x7f8c6349b7a0>
/Users/travis/build/razorpay/razorpay-ios/RazorpayIOS/CheckoutOtpelf/Classes/RazorpayCheckoutVC.swift deinitialized
RazorpayCheckout.open is not opening dialog to pay.. xcode 10.2 on react-native 0.59.5. works fine on android. the code execution is getting stuck at open method and never leaves.. if i disconnect from internet, payment failure page is called as usual.
The text was updated successfully, but these errors were encountered: