Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 2.67 KB

README.md

File metadata and controls

78 lines (54 loc) · 2.67 KB

Wallee Payment for Shopware 6

The Wallee Payment plugin wraps around the Wallee API. This library facilitates your interaction with various services such as transactions. Please note that this plugin is for versions 6.5 and 6.6. For the 6.4 plugin please visit our Shopware 6.4 plugin.

Requirements

  • Shopware 6.5.x or Shopware 6.6.x. See table below.
  • PHP minimum version supported by the each shop version.

Supported versions


Shopware 6 version Plugin major version Supported until
Shopware 6.6.x 6.x Further notice
Shopware 6.5.x 5.x October 2024

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 wallee/shopware-6
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache WalleePayment

Update via composer

composer update wallee/shopware-6
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache WalleePayment

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/WalleePayment
composer require wallee/sdk 4.0.2
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache WalleePayment

Usage

The library needs to be configured with your account's space id, user id, and application key which are available in your Wallee account dashboard.

Logs and debugging

To view the logs please run the command below:

cd shopware/install/dir
tail -f var/log/wallee_payment*.log

Documentation

Documentation

License

Please see the license file for more information.