-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
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
Razorpay iOS not working #43
Comments
any update guys... |
It's working now Paritosh.
Thanks for your help:)
Regards,
Najneen
…On Sun, Dec 24, 2017 at 9:42 PM, Paritosh ***@***.***> wrote:
any update guys...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALbLfBtmV4YDiULIYAu2GV1giYL8aEa3ks5tDnfYgaJpZM4RAJtL>
.
|
Hi Paritosh I am also facing same issue, Could you please help me? |
@chappanagavendra what issue are you facing? |
closing due to inactivity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have done the setup according to the docs
https://github.com/razorpay/react-native-razorpay
But when i try to checkout the below method is not working. It does not open the checkout page.
RCT_EXPORT_METHOD(open : (NSDictionary *)options) {
NSString *keyID = (NSString *)[options objectForKey:@"key"];
id razorpay = [NSClassFromString(@"Razorpay") initWithKey:keyID
andDelegateWithData:self];
[razorpay setExternalWalletSelectionDelegate:self];
dispatch_sync(dispatch_get_main_queue(), ^{
[razorpay open:options];
});
}
razoorpay object is returning null after init. Due to which the open:options method is not working..
The text was updated successfully, but these errors were encountered: