In the file search for --> $this->emptyCart();
It should be after the lines
foreach ($returnValues as $returnValue) {
if ($returnValue !== null ) {
if ($returnValue == 1 ) {
remove this ------> $this->emptyCart();
Second one should be after ---->
$this->sentOrderConfirmedEmail($order->getOrder($orderID));
//We delete the old stuff
If it isn't copy it after, what to copy ---> $this->emptyCart();
If this isn't idiot proof enough?
Patrick