Getting "Error: Order could not be captured" on webview
I think I may have a real head-scratcher with this one.
Im trying to integrate PayPal Smart Payment Buttons on my android app.
I found out that for the integration to work, I need to use this library.
Before integrating, I created a quick html to test the paypal smart buttons. Here is the file https://treats4them.s3.amazonaws.com/android_paypal.html
The html source : `
I still cant solve this problem. If anyone have an idea please help. Thanks.
Hello @allanascano-otus thank you for using the Braintree SDK for Android. We're currently looking into this issue and hope to have an update soon.
I updated to the latest version but Im still getting the same error. But I noticed that after updating the library version and rebuilding my app, on first run after clicking Pay with Paypal button, there was no popup but instead an inline popup was shown:

The transaction was successful with this inline popup. But the succeeding checkouts opens a popup instead and I still get the same Order could not be captured errors.
Is there a way to force the inline popup after clicking Pay with Paypal?
I'm having the same issue as well.