Fatal error: Call to a member function on a non-object in /home/expressi/public_html/shop/checkout_process.php on line 115
When I checked out the page checkout_process.php on line 115 this code is presented: -
CODE
$checkout_result = $buysafe_module->call_api('SetShoppingCartCheckout', $checkout_params);
This is something to do with the buysafe module but I dont have this installed.
The problem it is causing is kicking my customers out and isnt returning them to my store... I am getting a notification that people have paid and also what people have ordered but no other information (such as the delivery address)...
can anyone help me or shed some light on this for me?

