wallee / shopware-6
Shopware 6 的 Wallee 集成
6.1.8
2024-09-16 15:40 UTC
Requires
- php: >=8.2
- ext-curl: *
- ext-json: *
- ext-mbstring: *
Conflicts
- shopware/administration: <6.6.0.0,>=7
- shopware/storefront: <6.6.0.0,>=7
- 6.1.8
- 6.1.7
- 6.1.6
- 6.1.5
- 6.1.4
- 6.1.3
- 6.1.1
- 6.1
- 6.0
- 5.0.13
- 5.0.12
- 5.0.11
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.54
- 4.0.53
- 4.0.52
- 4.0.51
- 4.0.50
- 4.0.49
- 4.0.48
- 4.0.47
- 4.0.46
- 4.0.45
- 4.0.44
- 4.0.43
- 4.0.42
- 4.0.41
- 4.0.40
- 4.0.39
- 4.0.38
- 4.0.37
- 4.0.36
- 4.0.35
- 4.0.34
- 4.0.33
- 4.0.32
- 4.0.31
- 4.0.30
- 4.0.29
- 4.0.28
- 4.0.27
- 4.0.26
- 4.0.25
- 4.0.24
- 4.0.23
- 4.0.22
- 4.0.19
- 4.0.18
- 4.0.17
- 4.0.16
- 4.0.15
- 4.0.14
- 4.0.13
- 4.0.12
- 4.0.11
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.1.0
- 3.0.0
- 2.1.1
- 2.1.0
- 2.0.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.27
- 1.1.26
- 1.1.25
- 1.1.24
- 1.1.23
- 1.1.22
- 1.1.21
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 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.0
- dev-WAL-79161
This package is auto-updated.
Last update: 2024-09-16 15:41:32 UTC
README
Wallee 支付插件围绕 Wallee API 构建。此库便于您与各种服务(如交易)交互。请注意,此插件适用于 6.5 和 6.6 版本。有关 6.4 插件的详细信息,请访问 我们的 Shopware 6.4 插件。
要求
- Shopware 6.5.x 或 Shopware 6.6.x。请参见下表。
- 每个 Shop 版本支持的 PHP 最低版本。
支持的版本
安装
您可以使用 Composer 或 手动安装
Composer
首选方法是使用 composer。如果您尚未安装 composer,请按照 安装说明 进行操作。
Composer 安装后,在项目根目录中执行以下命令以安装此库
composer require wallee/shopware-6 php bin/console plugin:refresh php bin/console plugin:install --activate --clearCache WalleePayment
通过 composer 更新
composer update wallee/shopware-6 php bin/console plugin:refresh php bin/console plugin:install --activate --clearCache WalleePayment
手动安装
或者,您可以下载整个包。在 发布 页面上列出了所有稳定版本。
解压缩您下载的 zip 文件,并将自动加载器包含到您的项目中
# unzip to ShopwareInstallDir/custom/plugins/WalleePayment
composer require wallee/sdk 4.6.0
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
文档
许可证
有关更多信息,请参阅 许可证文件。