Builds the LEDGER_ACCOUNT email payload for a newly-created ledger account
and hands it to the CustomerNotificationService core. Lives in
ledger-account-services (next to the writer) so it can use the LedgerAccount
domain type; the writer calls notify right where it publishes the
event + busts its cache.
Relocated from the customer-dashboard account.ledgerAccount.created handler.
Builds the
LEDGER_ACCOUNTemail payload for a newly-created ledger account and hands it to the CustomerNotificationService core. Lives in ledger-account-services (next to the writer) so it can use theLedgerAccountdomain type; the writer calls notify right where it publishes the event + busts its cache.Relocated from the customer-dashboard
account.ledgerAccount.createdhandler.