subscription feedbacke updated

This commit is contained in:
Hritikkk9
2024-08-01 15:04:57 +05:30
parent 513facba64
commit 64eeba054f
9 changed files with 45 additions and 39 deletions

View File

@@ -41,7 +41,7 @@ class ReferralCodeController extends Controller
}
} catch (Exception $e) {
Log::error("An error occurred in " . __METHOD__ . ": " . $e->getMessage(), ['exception' => $e]);
return jsonResponseWithErrorMessage(__('auth.something_went_wrong'), 500);
return jsonResponseWithErrorMessage(__('auth.something_went_wrong'));
}
}
}