钱包支付 / checkout-magento2
Magento 2 WalleyPay Checkout 模块
v1.0.30
2022-05-07 19:50 UTC
Requires
- php: >=7.4
- collector-bank/collector-checkout-sdk: ^1.0.7
- collector-bank/collector-payment-sdk: 1.0.2
- dev-master
- v1.0.30
- v1.0.29
- v1.0.28
- v1.0.27
- v1.0.26
- v1.0.25
- v1.0.24
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- V1.0.1
- v1.0.0
- dev-feature/m244_php8_support
- dev-194-action-color-fungerar-inte
- dev-bug/flickering-iframe
- dev-193-checkouten-blinkar-pga-resume-kors-4-ganger
- dev-update-sdk-version
- dev-refund-exception
- dev-revert-26-showing-pull-requests
- dev-part-activate
This package is not auto-updated.
Last update: 2024-09-23 04:44:34 UTC
README
配置手册在此: Walley Magento 2 配置手册
如何从订单中获取配送结算数据的详细信息。 配送结算技术集成
要求
- Magento 开源 2.2.0 或更高版本
- PHP 7.4 或更高版本
安装
从 Magento 基础文件夹运行以下命令
- composer require collector-bank/collector-checkout-magento2
- bin/magento module:enable Webbhuset_CollectorCheckout
- bin/magento setup:upgrade && bin/magento setup:di:compile && bin/magento cache:flush
配置
之后,转到管理 -> 店铺 -> 配置 -> 支付方式 -> Walley Checkout 并点击配置以配置 Walley Checkout。
升级
要升级,运行
- composer update collector-bank/collector-checkout-magento2 --with-dependencies
然后运行
- 从您的基文件夹运行 bin/magento setup:upgrade && bin/magento setup:di:compile && bin/magento cache:flush。