feat(medusa-plugin-sendgrid) Add refund created event to sendgrid (#2740)

This commit is contained in:
Aaron Finocchiaro
2022-12-14 19:37:01 +01:00
committed by GitHub
parent 7cced6006a
commit b06794b08b
2 changed files with 31 additions and 0 deletions
@@ -13,6 +13,7 @@ class OrderSubscriber {
this.notificationService_.subscribe("swap.created", "sendgrid")
this.notificationService_.subscribe("order.items_returned", "sendgrid")
this.notificationService_.subscribe("order.return_requested", "sendgrid")
this.notificationService_.subscribe("order.refund_created", "sendgrid")
}
}