The WeArePlanet Payment plugin wraps around the WeArePlanet API. This library facilitates your interaction with various services such as transactions.
- PHP 7.4 - 8.1
- Shopware 6.4.0.x - 6.4.20.x
You can use Composer or install manually
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 weareplanet/shopware-6
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache WeArePlanetPayment
composer update weareplanet/shopware-6
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache WeArePlanetPayment
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/WeArePlanetPayment
composer require weareplanet/sdk 3.2.0
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache WeArePlanetPayment
The library needs to be configured with your account's space id, user id, and application key which are available in your WeArePlanet account dashboard.
To view the logs please run the command below:
cd shopware/install/dir
tail -f var/log/weareplanet_payment*.log
For support queries please contact WeArePlanet support.
Please see the license file for more information.