revised thing

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-08-09 17:33:38 +08:00
parent 30ec1330c6
commit 9018d6d158
11 changed files with 82 additions and 82 deletions
+2 -2
View File
@@ -172,7 +172,7 @@ const emailTemplates = {
<tr><td><strong>Status</strong></td><td>Access Revoked</td></tr>
<tr><td><strong>Refund</strong></td><td>Not applicable — this subscription is non-refundable</td></tr>
</table>
<p>Your account no longer has access to the courses, units, and lessons included in this plan. If you were not concurrently subscribed to another active plan, your account has reverted to the Free tier.</p>
<p>Your account no longer has access to the courses, units, and lessons included in this plan. If you were not concurrently subscribed to another active plan, your account has reverted to the Free subscription.</p>
<p>If you believe this was done in error or have questions about this change, please contact our support team.</p>
`),
}),
@@ -188,7 +188,7 @@ const emailTemplates = {
<tr><td><strong>Refund ID</strong></td><td>${refundId}</td></tr>
<tr><td><strong>Status</strong></td><td>Refunded</td></tr>
</table>
<p>Your access to the courses, units, and lessons included in this plan has been revoked effective immediately. If you were not concurrently subscribed to another active plan, your account has reverted to the Free tier.</p>
<p>Your access to the courses, units, and lessons included in this plan has been revoked effective immediately. If you were not concurrently subscribed to another active plan, your account has reverted to the Free subscription.</p>
<p>Please allow a few business days for the refunded amount to reflect on your original payment method, depending on your provider.</p>
<p>If you have any questions about this refund, please contact our support team.</p>
`),