From 8d6b86b6ce464d6b8b95f9ff35bd5555de7f4370 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 2 Feb 2014 20:50:20 +0200 Subject: [PATCH] bug fixes --- app/controllers/PaymentController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/PaymentController.php b/app/controllers/PaymentController.php index 3fcfdeba633a..1eac2b3ffdae 100755 --- a/app/controllers/PaymentController.php +++ b/app/controllers/PaymentController.php @@ -239,7 +239,7 @@ class PaymentController extends \BaseController } else { - return Utils::fatalError('Sorry, there was an error processing your payment. Please try again later.

'); + return Utils::fatalError('Sorry, there was an error processing your payment. Please try again later.

', $response->getMessage()); } } catch (\Exception $e) @@ -307,7 +307,7 @@ class PaymentController extends \BaseController } else { - return Utils::fatalError('Sorry, there was an error processing your payment. Please try again later.

', $response->getMessage()); + return Utils::fatalError('Sorry, there was an error processing your payment. Please try again later.

', $response->getMessage()); } } catch (\Exception $e)