Update php stripe integration to work with stripe.js V3 Strong Customer Authentication

烂漫一生 提交于 2019-12-13 04:35:35

问题


I need to up grade a site so that its stripe integration will work with Strong Customer Authentication (SCA). From what I have read stripe.js version 3 will handle this and will have to change my payment from markup.

What I confused about is what version of the stripe PHP library I should use, If I'm making changes it makes sense to grab the latest version of the stripe php library as the version I have dates from sometime in 2017.

If I look on the VERSION file in the stripe folder in my site it says its version 6.6.0 but on GitHub the latest version is is 6.37.0 (https://github.com/stripe/stripe-php/blob/master/VERSION)

Why is my version number higher than what should be the latest version on GitHub?

Do I need to change my PHP stripe library to work with stripe.js version 3?

来源:https://stackoverflow.com/questions/56444002/update-php-stripe-integration-to-work-with-stripe-js-v3-strong-customer-authenti

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!