android 中的 PayPal 实时交易错误
Error in PayPal live transaction in android
我正在使用 android sdk 进行贝宝交易。它适用于 Sanbox 测试帐户,并且可以从 paypal 得到正确的响应,但是当我将配置从沙盒更改为 Live 并更改真实帐户的 client_id 时,以及当我登录以在 android 中付款时应用程序,它登录成功但之后出现此错误。我不知道这是什么错误,我应该为实时交易做些什么,
看起来 已解决 现在 sdk - 2.12.5
使用
进行测试
compile('com.paypal.sdk:paypal-android-sdk:2.12.5')
来自 this link
I have updated the okhttp version to latest stable release in v2.12.5.
Can you please update to latest version and confirm if you are now not
getting this exception.
I was hardly able to reproduce this issue on any device, and so, would
need your help fixing this issue. I will keep an eye on this issue
promptly, and get it sorted out soon :+1:
Thanks for helping all !
我正在使用 android sdk 进行贝宝交易。它适用于 Sanbox 测试帐户,并且可以从 paypal 得到正确的响应,但是当我将配置从沙盒更改为 Live 并更改真实帐户的 client_id 时,以及当我登录以在 android 中付款时应用程序,它登录成功但之后出现此错误。我不知道这是什么错误,我应该为实时交易做些什么,
看起来 已解决 现在 sdk - 2.12.5
使用
进行测试compile('com.paypal.sdk:paypal-android-sdk:2.12.5')
来自 this link
I have updated the okhttp version to latest stable release in v2.12.5. Can you please update to latest version and confirm if you are now not getting this exception.
I was hardly able to reproduce this issue on any device, and so, would need your help fixing this issue. I will keep an eye on this issue promptly, and get it sorted out soon :+1:
Thanks for helping all !