bug fixes
This commit is contained in:
parent
2d0646ebe2
commit
8d6b86b6ce
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue