Quote Originally Posted by allmart View Post
Hello,

I am running ZenCart 1.5.7d and tried installing 2.3.3 version of this plugin. After installation, the only payment modules that are appearing are Aunthorize.net (SIM) and (AIM) that we previously present. I am getting an error " PHP Parse error: syntax error, unexpected 'define' (T_STRING) in /includes/languages/english/modules/payment/authorizenet_cim.php on line 48."
look at line 46 here:

https://github.com/proseLA/authorize...im.php#L46-L49

it is missing a semi-colon at the end of the line.

it should look like:

PHP Code:
define('MODULE_PAYMENT_AUTHORIZENET_CIM_FRAUD_WARNING''Sorry, due to the increasing amount of fraud we are forced to limit credit card usage.'); 
best.