-
Notifications
You must be signed in to change notification settings - Fork 79
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
Regarding integrating both DropIn and Paypal as standlone option #415
Comments
Hi @rohitgarg29 thanks for using the Braintree SDK for Android. We do have a constructor for BraintreeClient that allows you to specify a custom return url. In the |
Hi @sshropshire Thanks for replying. I tried your way but getting the error message "Paypal is not enabled" in onPayPalFailure method and it does not even launch the paypal payment UI.
|
@rohitgarg29 have you followed this guide to enable PayPal as a payment source? |
@sshropshire yes it is enabled. Without drop-in it was working fine. |
@rohitgarg29 does your manifest for for the <data android:scheme="myapp" /> ? |
@sshropshire it has this value as well. Can you please test it at your end with drop and standlone both options? |
Hi Team,
I want to add paypal option in both DropIn client and Paypal as standlone integration.
For Paypal Standlone, I have to add the following to my activity:
For DropIn, I will have to add the following:
Because of this, when I am coming back from paypal, i have to choose from the picker, Is there a work around or way to resolve it?
The text was updated successfully, but these errors were encountered: