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