Fixed Paypal IPN and other minor items

This commit is contained in:
Deon George
2013-12-04 21:37:09 +11:00
parent 06b87c5135
commit 8ba487a4a6
12 changed files with 44 additions and 71 deletions

View File

@@ -79,6 +79,8 @@ class Controller_Checkout extends Controller_TemplateDefault {
$this->response->body($cno->process());
} catch (Exception $e) {
Kohana_Exception::log($e);
$this->response->body('Received, thank you!');
}