PayPal REST SDK 已弃用。

huangapple go评论69阅读模式
英文:

PayPal REST SDK Deprecated

问题

我在我的Spring Boot应用中使用PayPal REST SDK实现了PayPal支付。现在我可以成功进行付款,但是当我尝试使用PayPal SDK实现退款时,PayPal文档会显示警告消息:“SDK已弃用,请使用PayPal直接API调用”。

PayPal文档 - https://developer.paypal.com/docs/api/quickstart/install/

有人可以告诉我,如果我继续使用PayPal SDK,将来会遇到问题吗?

英文:

I implemented Pay Pal in my spring boot app using pay pal rest SDK. Now I can do payments successfully but when I tried to implement refund using pay pal sdk the pay pal documents gives warning message "SDK is deprecated so use Pay pal direct API calls".

Pay Pal Document - https://developer.paypal.com/docs/api/quickstart/install/

Can any one tell me will I face problems in future if I use Pay pal SDK??

答案1

得分: 1

旧版的 v1/Payments SDK 已被弃用

你应该使用新版的 v2/Checkout SDK:https://developer.paypal.com/docs/api/rest-sdks/

英文:

The old v1/Payments SDKs are deprecated

You should use the new v2/Checkout SDKs instead: https://developer.paypal.com/docs/api/rest-sdks/

huangapple
  • 本文由 发表于 2020年5月4日 18:30:02
  • 转载请务必保留本文链接:https://go.coder-hub.com/61590119.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定