Type
magento2-module
Integration with Dotpay payments
magento2-module
GPL-3.0
None
None
None
None
None
Niniejszy moduł płatności jest przygotowany dla Magento w wersji 2.1 i wyższych. * Magento 2.0: KLIKNIJ * Magento 1.x: KLIKNIJ
composer config repositories.dotpaySDK vcs https://github.com/dotpay/PHP-SDK
composer config repositories.magento2-payment vcs https://github.com/dotpay/magento2-payment
composer require dotpay/magento2-payment
composer update
php bin/magento module:enable Dotpay_Payment
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento module:uninstall Dotpay_Payment -r -c
This module is prepared for Magento version 2.1 and later. * Magento 2.0: CLICK * Magento 1.x: CLICK
composer config repositories.dotpaySDK vcs https://github.com/dotpay/PHP-SDK
composer config repositories.magento2-payment vcs https://github.com/dotpay/magento2-payment
composer require dotpay/magento2-payment
composer update
php bin/magento module:enable Dotpay_Payment
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento module:uninstall Dotpay_Payment -r -c