kavinda/silvershop-sca-stripe

安装: 8

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 1

分支: 0

开放问题: 1

类型:silverstripe-vendormodule

v0.0.1 2022-02-03 11:31 UTC

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。

要求

使用Stripe.js v3

安装

composer.json

"kavinda/silvershop-sca-stripe": "dev-main",

 "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/KavindaHarshana/SilverShop-SCA-Stripe.git"
        }
    ],