KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: mtoon on April 10, 2008, 04:33:59 am

Title: Order Question
Post by: mtoon on April 10, 2008, 04:33:59 am
It appears that when a user enters their credit card incorrectly (bad CVV in the example), a secondary order is generated the second time they enter their information.  Is there any way to have the system just go ahead with the first order generated?

Thank you!
Title: Re: Order Question
Post by: julie on April 10, 2008, 06:28:01 am
As far as I'm aware, no secondary order is generated. What should be created is a new ipnHistory record with all of the details received from the gateway. Depending on the gateway that you are using, you should be able to follow the process flow from the source code which is in the com.konakart.actions.gateways package.