Update FormOtherController.php
This commit is contained in:
@@ -214,6 +214,8 @@ class FormOtherController extends Controller
|
||||
// Generate URL and send WhatsApp notification
|
||||
$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.');
|
||||
} finally {
|
||||
Log::error("Failed to send WhatsApp message to {$phoneNumbers}: ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user