update mail
All checks were successful
All checks were successful
This commit is contained in:
@@ -98,7 +98,7 @@ public function store(Request $request)
|
|||||||
'email' => $request->email
|
'email' => $request->email
|
||||||
]);
|
]);
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'message' => 'Something went wrong. Please contact the admin.',
|
'message' => 'Something went wrong: ' . $th->getMessage(),
|
||||||
], 403);
|
], 403);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -279,7 +279,7 @@ public function businessSetup(Request $request)
|
|||||||
} catch (\Throwable $th) {
|
} catch (\Throwable $th) {
|
||||||
DB::rollBack();
|
DB::rollBack();
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'message' => 'Something went wrong. Please contact the admin.',
|
'message' => 'Something went wrong: ' . $th->getMessage(),
|
||||||
], 403);
|
], 403);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user