Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.66 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.66 KB

drawing

CHIP for Perfex CRM

This module adds CHIP payment method option to your Perfex CRM.

Compatibility

Developed and tested with Perfex CRM version 3.1.5.

Installation

  • Download zip file from release page. Choose chip.zip file instead of Source code (zip) file.
  • Log in to your Perfex admin panel and go: Setup -> Modules.
  • Upload module and install.
  • Activate plugin.

Configuration

Set the Brand ID and Secret Key in the payment gateway settings.

Notes

Installation of this module will create a file in /controllers/gateways/Chip.php.

However, if your setup have restrictive file permission or within ephemaral file system, you need to add this line below in your application/config/config.php file:

$config['csrf_exclude_uris'][] = 'chip/chip/webhook';

Since Perfex CRM only exclude CSRF protection for URL routes that started with gateways, hence this plugin attempt to create a controller within gateways. However, if the file is missing due to ephemeral file system, it will fallback to route chip/chip/webhook.

Alternatively, you may copy the file from modules/chip/controllers/Chip.php to controllers/gateways/Chip.php.

Common installation issues

After installation of the module where the module is not listed, check modules/ directory. Make sure the directory name is set chip instead of CHIP-for-Perfex-CRM-main.

Other

Facebook: Merchants & DEV Community