2.4 - Faking the Payment Gateway

This commit is contained in:
Adam Wathan
2016-11-08 13:14:52 -05:00
parent 94480e7eac
commit 46640c5096
7 changed files with 95 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ class Handler extends ExceptionHandler
*/
public function render($request, Exception $exception)
{
throw $exception;
return parent::render($request, $exception);
}