Skip to content

Commit

Permalink
Merge pull request #1853 from holium/email-notify
Browse files Browse the repository at this point in the history
Email notify
  • Loading branch information
gdbroman authored Jul 1, 2023
2 parents 0b7284e + 9b87a7e commit e9b8ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosting-holium-com/src/pages/payment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default function Payment({
await thirdEarthApi.log(token, {
file: 'purchases',
type: 'info',
subject: 'FRONTEND: payment step',
subject: 'FRONTEND: payment step (email notify)',
message: `Succesful stripe purchase of byop-p by ${email}.`,
productId: productId.toString(),
auditTrailCode: 1000,
Expand Down Expand Up @@ -147,7 +147,7 @@ export default function Payment({
await thirdEarthApi.log(token, {
file: 'purchases',
type: 'info',
subject: 'FRONTEND: payment step',
subject: 'FRONTEND: payment step (email notify)',
message: `Succesful stripe purchase of planet by ${email}.`,
productId: productId.toString(),
auditTrailCode: 1000,
Expand Down

1 comment on commit e9b8ef5

@vercel
Copy link

@vercel vercel bot commented on e9b8ef5 Jul 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hosting-holium-com – ./hosting-holium-com

hosting-holium-com-git-master-holium.vercel.app
realm-onboarding.vercel.app
hosting-holium-com-holium.vercel.app
hosting.holium.com

Please sign in to comment.