payment mobile fix

This commit is contained in:
merdan 2020-01-31 17:39:41 +05:00
parent eda2f2e2ef
commit a74ed7f254
1 changed files with 2 additions and 2 deletions

View File

@ -1021,8 +1021,8 @@ class EventCheckoutController extends Controller
Log::error($ex);
DB::rollBack();
return view('Bilettm.Mobile.CheckoutFiled',
['message' => 'Whoops! There was a problem processing your order. Please try again.']
return view('Bilettm.Mobile.CheckoutFailed',
['message' => $ex->getMessage()]
);
}