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)