@dibs-tech/mail-client
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -199,3 +199,3 @@ const SparkPost = require('sparkpost'); | ||
[MailClient.EmailTypes.ADDED_TO_WAITLIST]: 'waitlist-confirm', | ||
[MailClient.EmailTypes.WAITLIST_CONFIRM]: 'confirmation', | ||
[MailClient.EmailTypes.WAITLIST_CONFIRMATION]: 'confirmation', | ||
[MailClient.EmailTypes.BOOKING_CONFIRMATION]: 'confirmation', | ||
@@ -207,6 +207,6 @@ }; | ||
case MailClient.EmailTypes.ADDED_TO_WAITLIST: | ||
studio.custom_email_template.waitlisted.link; | ||
template = studio.custom_email_template.waitlisted.link; | ||
break; | ||
case MailClient.EmailTypes.WAITLIST_CONFIRM: | ||
case MailClient.EmailTypes.WAITLIST_CONFIRMATION: | ||
template = studio.custom_email_template.waitlistConfirm.link; | ||
@@ -213,0 +213,0 @@ break; |
{ | ||
"name": "@dibs-tech/mail-client", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"description": "A mail client implementation, using sparkpost", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15212