Skip to content
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

F/android #1

Merged
merged 3 commits into from
Oct 19, 2016
Merged

F/android #1

merged 3 commits into from
Oct 19, 2016

Conversation

mb-14
Copy link
Contributor

@mb-14 mb-14 commented Oct 17, 2016

Update android SDK version to 1.0.2

@akshaybhalotia akshaybhalotia merged commit 630982b into master Oct 19, 2016

module.exports = NativeModules.RazorpayCheckout;
export const RZP = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't export RZP constant

just do

export default {
    RazorpayCheckout: NativeModules.RazorpayCheckout,
    RazorpayEventEmitter: NativeModules.RazorpayEventEmitter
}

@selvagsz selvagsz deleted the f/android branch October 25, 2016 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants