From f2ac46db1915f209f443d5d9477cf543429b39dd Mon Sep 17 00:00:00 2001 From: sayliraut Date: Mon, 22 Jul 2024 13:25:42 +0530 Subject: [PATCH] changes --- app/Services/APIs/CustomerAPIs/FeedbackApiServices.php | 1 - resources/lang/en/auth.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Services/APIs/CustomerAPIs/FeedbackApiServices.php b/app/Services/APIs/CustomerAPIs/FeedbackApiServices.php index 75c7b55..10b1feb 100644 --- a/app/Services/APIs/CustomerAPIs/FeedbackApiServices.php +++ b/app/Services/APIs/CustomerAPIs/FeedbackApiServices.php @@ -36,7 +36,6 @@ class FeedbackApiServices $feedback = ManageFeedback::create($feedbackData); DB::commit(); - Log::info('Feedback added successfully'); return jsonResponseWithSuccessMessageApi(__('auth.feedback_store'), [], 200); } catch (Exception $ex) { DB::rollBack(); diff --git a/resources/lang/en/auth.php b/resources/lang/en/auth.php index b29d34e..3330d9d 100644 --- a/resources/lang/en/auth.php +++ b/resources/lang/en/auth.php @@ -80,7 +80,7 @@ return [ 'cart_not_found' => 'Cart not found', 'quantity_updated' => 'Quantity updated successfully', 'invalid_data' => 'Invalid data', - 'feedback_store' => 'Feedback store successfully', + 'feedback_store' => 'Feedback has been saved successfully.', 'already_taken_feedback' => 'You already given the feedback', 'restaurant_data_not_found' => 'Restaurant not found', 'success_stripe' => 'Stripe Payment done',