getkevin / kevin-magento2
实现了与 Kevin 支付服务提供商的集成。
1.3.4
2023-05-19 08:52 UTC
Requires
- getkevin/kevin-php: 0.16.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.19
- dev-master
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-release-2.0.0
- dev-feature/php8.2-deprecation
- dev-feature/fix-webhooks-refund
- dev-feature/update-magento-plugin-to-1.3.1
- dev-feature/update-magento-plugin-to-1.3
- dev-features_1_7
- dev-features_1_6
- dev-tomas-maciulis-patch-1
- dev-features_1_1_5
- dev-features
This package is auto-updated.
Last update: 2024-09-04 16:24:39 UTC
README
为您的 Magento 2 电子商务平台提供支付收集解决方案。
在开始之前,请确保您已从 Kevin 获得了客户端 ID 和客户端密钥。
先决条件
- Magento 2.x
- PHP 7.0 或更高版本
安装
composer require getkevin/kevin-magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
php bin/magento cache:clean
请注意,FTP 安装将不会工作,因为该模块具有在使用 composer 时自动安装的要求。
贡献
我们使用 PHP CS Fixer GitHub action 对每个提交和拉取请求进行代码风格检查。提交更改前,请确保运行 composer fix-style
以确保您的代码符合我们的风格标准。失败的样式检查的拉取请求将不会被批准。
警告:我们使用有风险的规则,请确保检查破坏性的样式修复。
可以通过运行 composer check-style
命令查看样式错误和违规规则日志。