Core Notifications
All notifications are registered as contracts and can be replaced with custom implementations.| Notification | Contract | Namespace | Purpose |
|---|---|---|---|
| AccountRequestNotification | AccountRequestNotificationContract | Esign\UnleashCommerce\Core\Notifications | Sent when a customer requests an account |
| CustomerInvitationNotification | CustomerInvitationNotificationContract | Esign\UnleashCommerce\Core\Notifications | Sent to invite a user to a customer account |
| ContactFormNotification | ContactFormNotificationContract | Esign\UnleashCommerce\Core\Notifications | Sent when the contact form is submitted |
| MediaDownloadReadyNotification | MediaDownloadReadyNotificationContract | Esign\UnleashCommerce\Core\Notifications | Sent when a media download is ready |
| OrderConfirmationNotification | OrderConfirmationNotificationContract | Esign\UnleashCommerce\Core\Notifications | Sent after an order is placed |