The plugin provides seamless PCI DSS certified payment processing for credit card payments.
-
Go to Magento2 root folder
-
Enter following commands to install extension:
composer require olegisk/paycorp_magento2
Wait while dependencies are updated.
-
Enter following commands to enable extension:
php bin/magento module:enable Paycorp_Payments --clear-static-content php bin/magento setup:upgrade php bin/magento cache:clean
-
If Magento is running in "production" mode, then also execute:
php bin/magento setup:di:compile php bin/magento setup:static-content:deploy
-
Configure extension as per configuration instructions
-
In Magento root directory create folder named "paycorp_src"
-
Upload extension ZIP archive into that folder. DO NOT extract archive!
-
Log in via SSH, go to Magento root folder and execute:
composer config repositories.paycorp artifact /full/server/path/to/paycorp_src/
Where given path is a full server path of the folder containing ZIP archive with module.
composer require olegisk/paycorp_magento2
php bin/magento module:enable Paycorp_Payments --clear-static-content
php bin/magento setup:upgrade
php bin/magento cache:clean
If Magento is running in "production" mode, then also execute:
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
- Configure extension as per configuration instructions
Log in via SSH, go to Magento root folder and execute:
composer require olegisk/paycorp_magento2:VERSION --update-with-dependencies
php bin/magento setup:upgrade
Log in via SSH, go to Magento root folder and execute:
php bin/magento module:uninstall Paycorp_Payments --clear-static-content
composer remove olegisk/paycorp_magento2
php bin/magento setup:upgrade
- Log in to Magento Admin
- Go to Stores > Configuration > Sales > Payment Methods to configure Paycorp settings.