mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 22:34:31 -04:00
bug fixes
This commit is contained in:
parent
2d0646ebe2
commit
8d6b86b6ce
@ -239,7 +239,7 @@ class PaymentController extends \BaseController
|
|||||||
}
|
}
|
||||||
else
|
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)
|
catch (\Exception $e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user