product detail

This commit is contained in:
merdan 2023-05-10 19:16:38 +05:00
parent 9fabade6d5
commit 1a7451e166
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ class Notification implements ShouldQueue
'id' => $order->id, 'id' => $order->id,
'status' => 'item_cancelled', 'status' => 'item_cancelled',
]; ];
event(new OrderChangedEvent); event(new OrderChangedEvent($orderArray));
} }
} }