1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

bug fixes

This commit is contained in:
Hillel Coren 2014-02-02 20:50:20 +02:00
parent 2d0646ebe2
commit 8d6b86b6ce

View File

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