Skip to content

Commit

Permalink
fixed email link for missed pickup
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-dange committed May 3, 2024
1 parent fd7c228 commit 8b4c162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/EmailService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default class EmailService {
firstName,
order,
orderItems: ejs.render(EmailService.itemDisplayTemplate, { items: order.items, totalCost: order.totalCost }),
link: `${Config.client}/store/order/${order.uuid}`,
link: `${Config.client}/store/orders`,
}),
};
await this.sendEmail(data);
Expand Down

0 comments on commit 8b4c162

Please sign in to comment.