Reputation: 3797
I have following problem:
We are running webshop and sometimes it happens that 2 invoices are generated for 1 order.
Moreover sometimes order gets canceled before even customer goes to payment-gateway.
I'v united those 2 questions, because I think they have some similar reason and perhaps some similar solution.
Our magento version is 1.5.1.0.
Upvotes: 1
Views: 1383
Reputation: 3797
@Dez, yeah the timeout thing could do the thing. But unfortunately our gateway doesn't have one.
The problem I had was that Payment gateway generated 2 responses:
So if magento was slow enough to not handle fast first response, the second one will generate second invoice.
Upvotes: 1