olegisk/paycorp_magento2

Paycorp payment method for Magento2

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.0 2022-02-09 06:32 UTC

This package is auto-updated.

Last update: 2024-05-09 12:09:40 UTC


README

Latest Stable Version Total Downloads License

The plugin provides seamless PCI DSS certified payment processing for credit card payments.

Installation

Composer

  1. Go to Magento2 root folder

  2. Enter following commands to install extension:

    composer require olegisk/paycorp_magento2

    Wait while dependencies are updated.

  3. 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
  4. If Magento is running in "production" mode, then also execute:

    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy
  5. Configure extension as per configuration instructions

Manual Installation from Downloaded ZIP Archive

  1. In Magento root directory create folder named "paycorp_src"

  2. Upload extension ZIP archive into that folder. DO NOT extract archive!

  3. 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
  1. 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

  1. Log in to Magento Admin
  2. Go to Stores > Configuration > Sales > Payment Methods to configure Paycorp settings.