-
Notifications
You must be signed in to change notification settings - Fork 42
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
SDK gives error when I use it as intended #162
Comments
@emartynov thanks for filing this issue. Can you share the error message provided by the SDK when it fails with client ID? |
It is the same as in the case of #152 |
@emartynov is this resolved? |
@sshropshire was something changed in this regard? |
Hello @sshropshire I'm experiencing the same issue. This is the output that I get https://gist.github.com/fobos531/3d3c53cb9cc1a0e601972a7d760790bb I'm using the Client ID as per the official documentation |
I can confirm that the workaround provided by @emartynov works (using the access token) |
@fobos531 are you using the latest |
Yes. Same on 1.0.1-SNAPSHOT |
Quite unmotivating, the question asked about the latest version usage with no fix/changes in it. |
PayPal Android SDK Version
0.0.10
Environment
Sandbox
Android Version & Device
No response
PayPal dependencies
paypal-payments-sdk = { module = "com.paypal.android:paypal-native-payments", version.ref = "0.0.10" }
Describe the bug
The SDK doesn't work when I pass the client id.
The SDK works fine when I pass the token instead.
To reproduce
All PayPal calls are done by our server.
I call SDK with the next code:
This doesn't work.
However if I do it next
It works great for me.
As you can see, I pass the token instead of the client id.
Expected behavior
SDK works fine with API it is provided.
Screenshots
No response
The text was updated successfully, but these errors were encountered: