Niniejszy moduł płatności jest przygotowany dla Magento w wersji 2.1 i wyższych.
- Proszę przejść do katalogu głównego instalacji sklepu Magento
- Należy się upewnić, czy w pliku composer.json Magento są dodane repozytoria Dotpay. Jeśli nie, trzeba wywołać następujące komendy:
composer config repositories.dotpaySDK vcs https://github.com/dotpay/PHP-SDK
composer config repositories.magento2-payment vcs https://github.com/dotpay/magento2-payment
- Instalacja modułu następuje przy pomocy narzędzia composer. W katalogu głównym Magento należy wywołać następujące komendy:
composer require dotpay/magento2-payment
composer update
php bin/magento module:enable Dotpay_Payment
php bin/magento setup:upgrade
- Jeśli potrzeba kompilacji wstrzykiwanych zależności oraz plików statycznych, należy wywołać poniższe komendy:
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
- Proszę wykonać poniższą komendę w głownym katalogu Magento:
php bin/magento module:uninstall Dotpay_Payment -r -c
This module is prepared for Magento version 2.1 and later.
- Go to the main directory of your Magento installation
- Make sure if the file composer.json of Magento contains repositories of Dotpay. If not, then execute following commands:
composer config repositories.dotpaySDK vcs https://github.com/dotpay/PHP-SDK
composer config repositories.magento2-payment vcs https://github.com/dotpay/magento2-payment
- Innstallation of the payment module is realized by using the composertool. Execute the following commands in the main directory of your Magento installation:
composer require dotpay/magento2-payment
composer update
php bin/magento module:enable Dotpay_Payment
php bin/magento setup:upgrade
- If you need to compile Dependency Injection and static files, execute following commands:
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
- Execute the following command in the main directory of your Magento installation:
php bin/magento module:uninstall Dotpay_Payment -r -c