Update FormOtherController.php
This commit is contained in:
@@ -211,7 +211,6 @@ class FormOtherController extends Controller
|
|||||||
$receiver_ids = array_unique($receiver_ids);
|
$receiver_ids = array_unique($receiver_ids);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// Generate URL and send WhatsApp notification
|
|
||||||
$url = route('forms.other.view', $form->id);
|
$url = route('forms.other.view', $form->id);
|
||||||
WhatsappHelper::newExpense($phoneNumbers, $expense_number, $url, $tanggal, $total, $name);
|
WhatsappHelper::newExpense($phoneNumbers, $expense_number, $url, $tanggal, $total, $name);
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user