fix(medusa-plugin-sendgrid): Adds order shipped support

This commit is contained in:
Sebastian Rindom
2020-08-28 16:02:21 +02:00
parent a2507f0dc0
commit ddfd26dbe3
3 changed files with 27 additions and 1 deletions
@@ -13,6 +13,7 @@ If no values are defined for a given option, the plugin will not try to send an
gift_card_created_template: [used on gift_card.created],
order_placed_template: [used on order.placed],
order_cancelled_template: [used on order.cancelled],
order_shipped_template: [used on order.shipment_created],
order_completed_template: [used on order.completed],
user_password_reset_template: [used on user.password_reset],
customer_password_reset_template: [used on customer.password_reset]