News:

Support the VirtueMart project and become a member

Main Menu

eWay and Unknown order ID

Started by willxiao0790, May 31, 2012, 09:40:45 AM

Previous topic - Next topic

willxiao0790

Hi all,

Recently we have a problem with an eWay payment gateway.

VM is sending data to Eway, and Eway is processing payment.

Eway is sending comfirmation email to customers.

VM is not recieveing confirmation of successfull payment. and there is no confirmation order email sent out to both customer and shop owner.

-----------------
Additionally, VM is also sending out an email to the site admin titled "Error with Eway payment", and the only content in the email is "Unknown order ID".

We are using VM version is 2.0.6. Joomla version is 2.5.4, PHP 5.3.10 and latest eWay module 2.0

Best regards & thanks,

willxiao0790

The problem was fixed. This is because the column eWay ID was set into tinyint which is range from 0 to 255 only.

Joomstore

Exactly the same issue here.

I updated the table #__virtuemart_payment_plg_eway and changed the id field from tinyint(1) to int(11). It made no difference. Still getting the same result. Running Virtuemart2.0.6, Joomla 2.5.4. The development of the Eway plugin is credited to http://www.fayland.org/ in the XML file. But, it's not available on their site.