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

No response in the callback after successful payment #7

Closed
tons613 opened this issue Jan 23, 2020 · 1 comment
Closed

No response in the callback after successful payment #7

tons613 opened this issue Jan 23, 2020 · 1 comment

Comments

@tons613
Copy link

tons613 commented Jan 23, 2020

After successful payment, there was no response from callback functions. And it just shows a blank screen.

<PaystackWebView
          buttonText="Pay Now"
          paystackKey="pk_test_****"
          amount={10000}
          billingEmail="ayoshokz@gmail.com"
          billingMobile="08101274387"
          billingName="Oluwatobi Shokunbi"
          ActivityIndicatorColor="green"
          onSuccess={tranRef => {
            console.log(tranRef);
          }}
          onCancel={() => {
            console.log("something went wrong");
          }}
        />

I am using

> react-native: 0.61.4,
> "expo": "~36.0.0",
@just1and0
Copy link
Owner

Hey, seem this issue is similar to #6 so I'll go ahead and close this.

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

No branches or pull requests

2 participants