Skip to content

Commit ee20d8c

Browse files
vkarpov15Copilot
andauthored
Update src/actions/stripeWebhook.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7b561a1 commit ee20d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/stripeWebhook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module.exports = async function stripeWebhook(params, event) {
110110
await mailgun.sendEmail({
111111
to: customerEmail,
112112
from: process.env.MAILGUN_FROM_EMAIL,
113-
subject: 'Set up your Mongoose Studio account',
113+
subject: 'Set up your Mongoose Studio Workspace',
114114
html: $.html()
115115
});
116116
}

0 commit comments

Comments
 (0)