postfinancecheckout / shopware-6-3
PostFinanceCheckout integration for Shopware 6
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:shopware-platform-plugin
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
The PostFinanceCheckout Payment plugin wraps around the PostFinanceCheckout API. This library facilitates your interaction with various services such as transactions.
Requirements
- PHP 7.2 and above
- Shopware 6.2.3 and above
Installation
You can use Composer or install manually
Composer
The preferred method is via composer. Follow the installation instructions if you do not already have composer installed.
Once composer is installed, execute the following command in your project root to install this library:
composer require postfinancecheckout/shopware-6-3 php bin/console plugin:refresh php bin/console plugin:install --activate --clearCache PostFinanceCheckoutPayment
Update via composer
composer update postfinancecheckout/shopware-6-3 php bin/console plugin:refresh php bin/console plugin:install --activate --clearCache PostFinanceCheckoutPayment
Manual Installation
Alternatively you can download the package in its entirety. The Releases page lists all stable versions.
Uncompress the zip file you download, and include the autoloader in your project:
# 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
Usage
The library needs to be configured with your account's space id, user id, and application key which are available in your PostFinanceCheckout account dashboard.
Logs and debugging
To view the logs please run the command below:
cd shopware/install/dir tail -f var/log/postfinancecheckout_payment*.log
Documentation
License
Please see the license file for more information.