waaz/axepta-plugin
最新稳定版本:2.4
Composer 安装命令:
composer require waaz/axepta-plugin
包简介
Axepta payment plugin for Sylius
README 文档
README
This plugin is compliant with 3DSV2 protocol.
After install this bundle, you need to configure following routes to accept POST requests :
sylius_shop_order_thank_you:
path: /{_locale}/order/thank-you
methods: [GET, POST]
defaults:
_controller: sylius.controller.order:thankYouAction
_sylius:
template: "@SyliusShop/Order/thankYou.html.twig"
sylius_shop_order_show:
path: /{_locale}/order/{tokenValue}
methods: [GET, PUT, POST]
defaults:
_controller: sylius.controller.order:updateAction
_sylius:
template: "@SyliusShop/Order/show.html.twig"
repository:
method: findOneBy
arguments: [tokenValue: $tokenValue]
form:
type: Sylius\Bundle\CoreBundle\Form\Type\Checkout\SelectPaymentType
options:
validation_groups: []
redirect:
route: sylius_shop_order_pay
parameters:
tokenValue: resource.tokenValue
flash: false
统计信息
- 总下载量: 3.01k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-03