From a3823bf0b45a7cfb46d5aafd55422651fd0b37ac Mon Sep 17 00:00:00 2001 From: sayliraut Date: Fri, 7 Jun 2024 12:37:57 +0530 Subject: [PATCH] change --- app/Services/APIs/CustomerAPIs/RestaurantApiServices.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/APIs/CustomerAPIs/RestaurantApiServices.php b/app/Services/APIs/CustomerAPIs/RestaurantApiServices.php index 08dfd29..0136f02 100644 --- a/app/Services/APIs/CustomerAPIs/RestaurantApiServices.php +++ b/app/Services/APIs/CustomerAPIs/RestaurantApiServices.php @@ -126,6 +126,7 @@ class RestaurantApiServices $rest->redeem_date = \Carbon\Carbon::parse($redeem->redeem_date)->addHours(4)->toDateTimeString(); } else { $rest->is_Redeemed = false; + $rest->redeem_date = null; } }