Hi, so I'm trying to implement a cancel order function on the storefront and I've been successful so far, but the last part of my implementation is to send a message in the notification center of the vendor whose selling the order that got cancelled.
I can see from the event notifications documentation that I have to use Tygh::$app['notifications_center'] similar to how when you send emails you use Tygh::$app['mailer'], but I'm unsure on what to put in some of the parameters needed to use that. Is there an example somewhere that I can follow? Thanks