|
Configuration is same a previous version. http://wiki.civicrm.org/confluence/display/CRMDOC31/Moneris+Configuration+Guide However there is a bug in the code that persists, at least in the joomla install on an apache server administrator/components/com_civicrm/CRM/Core/Payment/Moneris.php line 65: if (include_once 'Services/mpgClasses.php' === false ) needs extra brackets. line 65: if ((include_once 'Services/mpgClasses.php') === false ) Also here is the mpgClasses.txt file (you must rename to .php). The file has been missing from the previous documentation for quite some time. |
Labels