Update FormOtherController.php

This commit is contained in:
Jagad R R
2025-02-15 13:38:55 +07:00
parent 65f4065d49
commit 99b3e5bdc2
@@ -214,7 +214,7 @@ class FormOtherController extends Controller
$url = route('forms.other.view', $form->id);
WhatsappHelper::newExpense($phoneNumbers, $expense_number, $url, $tanggal, $total, $name);
} catch (\Exception $e) {
session()->flash('error', 'Failed to send whatsapp message.');
// session()->flash('error', 'Failed to send whatsapp message.');
} finally {
Log::error("Failed to send WhatsApp message to");
}