From b808b920c9f8769dadd3a8fa5ec2057f8f5eca6e Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Mon, 3 Mar 2025 17:53:00 +0530 Subject: [PATCH] CHANGE_CLAIMS_CHANGES : RV --- app/Helpers/sendMailNotification.php | 2 +- app/Views/ticket_form_gmc.php | 2 +- app/Views/ticket_form_handler.php | 23 ++++++++++++++++++----- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/app/Helpers/sendMailNotification.php b/app/Helpers/sendMailNotification.php index 44bea402..bd66c776 100755 --- a/app/Helpers/sendMailNotification.php +++ b/app/Helpers/sendMailNotification.php @@ -1247,7 +1247,7 @@ class sendMailNotification $subject = $notification['subject']; $rand_string = 'HX3kUh'; - $link = generate_download_link($rand_string); + $link = generate_download_link($rand_string).'/1'; $name = 'John Doe'; $mobile = 9080706050; diff --git a/app/Views/ticket_form_gmc.php b/app/Views/ticket_form_gmc.php index b23212e9..4654048e 100644 --- a/app/Views/ticket_form_gmc.php +++ b/app/Views/ticket_form_gmc.php @@ -343,7 +343,7 @@