mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
bug fixes
This commit is contained in:
parent
2d0646ebe2
commit
8d6b86b6ce
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user