Hi There,
I am facing an issue with the Eway module. The Problem is a Classical one, but the error message I am receiving is Wierd. The configuration and SSL everything looks fine. Here by I am attaching the screenshot. If you could help me it will be greatful.
I also doubt the line 59 - 61 (Particularly the 3 rd line in the below window) at "eway.php". Do u guys think it need to be true
HTML Code:// Whether the module is installed or not $this->enabled = (!(MODULE_PAYMENT_EWAY_BEAGLE=='True' && (MODULE_PAYMENT_EWAY_TESTMODE=='Test' || MODULE_PAYMENT_EWAY_CVN!='True')) && MODULE_PAYMENT_EWAY_STATUS == 'True' && !(MODULE_PAYMENT_EWAY_TESTMODE!='Test' && is_object($order) && !$_SERVER['HTTPS']) && preg_match('/^\d{8}$/',''.MODULE_PAYMENT_EWAY_CUSTOMER_ID)); $this->sort_order = MODULE_PAYMENT_EWAY_SORT_ORDER; // Sort Order of this payment option on the customer payment page $this->form_action_url = zen_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL', false); // Page to go to upon submitting page info



