It seems to me that not all notification events are triggered in all environments. I have been scouring the codebase, but cannot figure out where this is actually defined. Can someone point me to the code or documentation to figure this out? Need to know for accurate testing of notifications.
For instance, it appears that 'order placed' notifications are not sent in NODE_ENV = development. This is expected (and actually good) because I wouldn't want to trigger these.