In includes/modules/payment/authorizenet_aim.php on line 134:
Should be:PHP Code:if (MODULE_PAYMENT_AUTHORIZENET_AIM_TESTMODE == 'Prduction' && (!defined('ENABLE_SSL') || ENABLE_SSL != 'true')) $this->enabled = FALSE;
PHP Code:if (MODULE_PAYMENT_AUTHORIZENET_AIM_TESTMODE == 'Production' && (!defined('ENABLE_SSL') || ENABLE_SSL != 'true')) $this->enabled = FALSE;


Reply With Quote
