olegisk / paycorp_magento2
Paycorp payment method for Magento2
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-09 14:08:50 UTC
README
The plugin provides seamless PCI DSS certified payment processing for credit card payments.
Installation
Composer
-
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
Manual Installation from Downloaded ZIP Archive
-
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
Update
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
Removal
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
Configuration
- Log in to Magento Admin
- Go to Stores > Configuration > Sales > Payment Methods to configure Paycorp settings.