问题
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