openpay / magento2-checkout-lending
适用于 Magento 2 的 Openpay 集成(Checkout Lending 支付)
1.1.2
2024-07-16 19:28 UTC
Requires
- openpay/sdk: 2.2.*
This package is auto-updated.
Last update: 2024-09-16 19:49:02 UTC
README
适用于 Magento2 的 Openpay 支付模块(即时购买后支付)支持版本至 v2.4.*
安装
- 前往 Magento 项目的根目录,按照以下步骤操作
composer require openpay/magento2-checkout-lending:1.1.*
php bin/magento module:enable Openpay_CheckoutLending --clear-static-content
php bin/magento setup:upgrade
php bin/magento cache:clean
- 要从商店管理面板配置模块,请转到:商店 > 配置 > 销售 > 支付方式
更新
如果已安装模块且需要更新,请按照以下步骤操作
composer clear-cache composer update openpay/magento2-checkout-lending bin/magento setup:upgrade php bin/magento cache:clean