kavinda / silvershop-sca-stripe
v0.0.1
2022-02-03 11:31 UTC
Requires
- omnipay/stripe: ^3.0
- silvershop/core: ^3.0
- silverstripe/framework: ^4.0
This package is not auto-updated.
Last update: 2024-09-27 18:06:40 UTC
README
英国将从2022年3月起强制执行安全客户认证(SCA)。
Silvershop的Omnipay/Stripe模块目前使用Stripe收费API,不符合SCA要求。
本模块使用满足SCA要求的Stripe支付意向API。
要求
- SilverStripe CMS 4.*
- SilverShop 核心组件 3.*
- Omnipay Stripe 3.*
安装
composer.json
"kavinda/silvershop-sca-stripe": "dev-main",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/KavindaHarshana/SilverShop-SCA-Stripe.git"
}
],