feat(store): complete partner store overhaul with mapping, household search, financial analytics, and resident notification system
This commit is contained in:
@@ -138,7 +138,7 @@ class StoreOperations
|
||||
if ($household->head) {
|
||||
Notification::send(
|
||||
$household->head,
|
||||
new CodesPurchased($quantity, $totalRetail, $store->business_name),
|
||||
new CodesPurchased($quantity, $totalRetail, $store->business_name, $sale->id),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user