Builds the DEPOSIT email payload for a deposit status change and hands it to
the CustomerNotificationService core. Lives in deposit-services (next
to the writer) so it can use the Deposit domain type; the writer calls
notify right where it publishes the event + busts the cache.
Relocated from the customer-dashboard sendDepositNotification handler.
Builds the
DEPOSITemail payload for a deposit status change and hands it to the CustomerNotificationService core. Lives in deposit-services (next to the writer) so it can use theDepositdomain type; the writer calls notify right where it publishes the event + busts the cache.Relocated from the customer-dashboard
sendDepositNotificationhandler.