Skip to content

Commit

Permalink
fix email subject
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnisLielturks committed Apr 25, 2024
1 parent dba1180 commit 42e1b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/emails/order.cancelled/subject.pug
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= `Your order #{order.id} has been cancelled`
= `Your order ${order.id} has been cancelled`
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.4.3",
"version": "0.4.4",
"description": "Send emails when certain actions happens in medusa store",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 42e1b6d

Please sign in to comment.