Update WhatsappHelper.php

This commit is contained in:
Jagad R R
2025-03-03 21:34:16 +07:00
parent d8df5dbe7f
commit c9f1e2e4b6
+1
View File
@@ -249,6 +249,7 @@ class WhatsappHelper
return $response->getBody()->getContents(); return $response->getBody()->getContents();
} catch (\Exception $e) { } catch (\Exception $e) {
AuditTrailHelper::AddAuditTrail('Error', 'Failed to send WhatsApp message at Form (' . $expense_number . ')'); AuditTrailHelper::AddAuditTrail('Error', 'Failed to send WhatsApp message at Form (' . $expense_number . ')');
dd($e);
return null; return null;
} }
} }