Skip to content

Commit

Permalink
tracking links fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnisLielturks committed May 14, 2024
1 parent c3d52e7 commit d7338ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rootxpdev/medusa-email-plugin",
"version": "0.7.0",
"version": "0.8.0",
"description": "Send emails when certain actions happens in medusa store",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/emails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class EmailsService extends NotificationService {
"shipping_methods.shipping_option",
"payments",
"fulfillments",
"fulfillments.tracking_link",
"fulfillments.tracking_links",
"returns",
"gift_cards",
"gift_card_transactions",
Expand Down

0 comments on commit d7338ea

Please sign in to comment.