wallee / shopware-6-3
Shopware 6 的 Wallee 集成
3.1.7
2021-10-07 17:42 UTC
Requires
- php: >=7.2
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- shopware/core: ~6.2.3 || ~6.3
- shopware/storefront: ~6.2.3 || ~6.3
- wallee/sdk: 3.0.1
Conflicts
- shopware/administration: <6,>=6.4
- shopware/storefront: <6,>=6.4
README
Wallee 支付插件围绕 Wallee API 展开。此库简化了您与各种服务(如交易)的交互。
要求
- PHP 7.2 及以上版本
- Shopware 6.2.3 及以上版本
安装
您可以使用 Composer 或 手动安装
Composer
首选方法是通过 composer。如果您尚未安装 composer,请按照 安装说明 进行操作。
安装 composer 后,请在项目根目录中执行以下命令以安装此库
composer require wallee/shopware-6-3 php bin/console plugin:refresh php bin/console plugin:install --activate --clearCache WalleePayment
通过 composer 更新
composer update wallee/shopware-6-3 php bin/console plugin:refresh php bin/console plugin:install --activate --clearCache WalleePayment
手动安装
或者,您可以下载整个包。在 发布 页面上列出了所有稳定版本。
解压缩您下载的 zip 文件,并将自动加载器包含到您的项目中
# unzip to ShopwareInstallDir/custom/plugins/WalleePayment
composer require wallee/sdk 3.0.1
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache WalleePayment
用法
此库需要配置您的账户空间 ID、用户 ID 和应用程序密钥,这些都可以在您的 Wallee 账户仪表板上找到。
日志和调试
要查看日志,请运行以下命令
cd shopware/install/dir tail -f var/log/wallee_payment*.log
文档
许可证
有关更多信息,请参阅 许可证文件。