This module adds CHIP payment method option to your Perfex CRM.
Developed and tested with Perfex CRM version 3.1.5.
- 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.
Set the Brand ID and Secret Key in the payment gateway settings.
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.
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.
Facebook: Merchants & DEV Community