How do I complete orders when IPN validation fails but Paypal payments made?
I had a couple of orders fail processing because of an IPN validation error from Paypal so that, although the payments were completed in Paypal, the orders are still in the shopping cart "Checkout: Review" state.
How can I make these orders complete as they would normally as though the IPN was validated?
I also need the user accounts to be created. I also need the orders to be listed in the orders view and in the users' orders view.
I am comfortable tinkering in the database via phpMyAdmin but obviously the rules would not be triggered and some of these steps would also need to be taken manually.
I am just looking for the most convenient and least error prone method.
Many thanks.
Comments
I also just created new user accounts manually for those that failed the first time.