payiq/payiq-magento2

This package is abandoned and no longer maintained. No replacement package was suggested.

Official PayIQ module for Magento2

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.4 2017-03-21 13:32 UTC

This package is not auto-updated.

Last update: 2021-10-27 06:52:12 UTC


README

The official PayIQ Extension for Magento2

Install

Install with composer

  1. In the command line, go to the root directory of your Magento installation

  2. Install the module and it's dependencies with this command:

    composer require payiq/payiq-magento2
  3. Enter following commands to enable module:

    php bin/magento module:enable PayIQ_Magento2 --clear-static-content && php bin/magento setup:upgrade && php bin/magento cache:clean

    This will enable the module, run the required install scripts and clear the cache.

    If you run Magneto in production mode, you will also need to recompile:

    php bin/magento setup:di:compile
  4. Login into the Magneto admin to enable and configure the module. You do this under Stores > Configuration > Sales > Payment Methods > PayIQ Payments.

Changelog

1.0.0

First public release. Currently in beta.