wallee/shopware-6-3

Shopware 6 的 Wallee 集成

安装: 1

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 5

分支: 0

开放问题: 0

类型:shopware-platform-plugin

3.1.7 2021-10-07 17:42 UTC

This package is auto-updated.

Last update: 2024-09-08 00:42:13 UTC


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

文档

文档

许可证

有关更多信息,请参阅 许可证文件