update tests
This commit is contained in:
@@ -16,7 +16,7 @@ class PaymentNotificationDispatchService
|
||||
$notification = Notification::query()->create([
|
||||
'title' => $title,
|
||||
'message' => $message,
|
||||
'target_group' => 'user',
|
||||
'target_group' => 'everyone',
|
||||
'delivery_channels' => $channels,
|
||||
'priority' => 'normal',
|
||||
'status' => 'sent',
|
||||
|
||||
Reference in New Issue
Block a user