Hi All,
I have just installed the eway payment module to my zen cart store (1.2.7d). Everything seems to work fine but the last few days I have had some people complain they recieve the following error when trying to purchase with their credit card: Error # 1072896749
I have replicated this error myself so I know its not just a typo on their part and I have also succesfully done a manual transaction with the exact same credit card details from within the eway console.
Eway have said this to me when submitting a support ticket:
Please contact your web developer ASAP the error relates to the XML being posted from your site to the eWAY payment gateway.
Objectify input XML error: Error Code: -1072896749
The only 2 changes I have made to the eway payment module is the fix to enable transactions over $1000 work properly and comment out the following code to remove the error on the checkout page:
/* Warn if we're running on what seems to be an insecure port
if ($SERVER_PORT != "443") {
print "<FONT COLOR=RED><B>WARNING:</B></FONT>This transaction was <b>INSECURE</b>\n";
}
*/
If anyone has had this problem themselves or knows what might be causing it I would be very grateful to hear you feedback.
Thank you,
Brad.




