We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whenever a sale is made, both free and paid, an email should be sent to the admins.
Subject: Yay! You have made a sale! Body Order #: order_id Date: date Email: email
Course Title: Course Price View order
course.creatorId === user.userId
course:manage
course:manage_any
The text was updated successfully, but these errors were encountered:
New scope:
Course Price
Sorry, something went wrong.
ravirajput10
Successfully merging a pull request may close this issue.
Whenever a sale is made, both free and paid, an email should be sent to the admins.
Mail details
Subject: Yay! You have made a sale!
Body
Order #: order_id
Date: date
Email: email
Course Title: Course Price
View order
Who to send to
course.creatorId === user.userId
and they should havecourse:manage
permission)course:manage_any
permission.The text was updated successfully, but these errors were encountered: