feat(order): menambahkan format currecny di push notification
This commit is contained in:
parent
88217e548e
commit
fb5e85d3c4
@ -96,7 +96,7 @@ public function save()
|
|||||||
PushNotification::whereIn('user_id', $userIds)->get(),
|
PushNotification::whereIn('user_id', $userIds)->get(),
|
||||||
[
|
[
|
||||||
'title' => 'Order',
|
'title' => 'Order',
|
||||||
'body' => 'Ada order baru masuk dengan nominal '.$result['data']['total'],
|
'body' => 'Ada order baru masuk dengan nominal '.currency($result['data']['total'], 'Rp'),
|
||||||
'url' => route('studio.manage.order.index'),
|
'url' => route('studio.manage.order.index'),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user