-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
feat: Add all invoice emails in system #7296
feat: Add all invoice emails in system #7296
Conversation
u"Please pay immediately at: <a href='{payment_url}'>{payment_url}</a><br><br>" | ||
u"Late payments can be subject to a 5% finance fee.<br><br>" | ||
u"A detailed invoice is available in <a href='https://eventyay.com/account/billing/invoices/'>the billing area</a> of your account. If you have any questions about invoices, please find more information on our FAQ at https://support.eventyay.com.<br><br>" | ||
u"If you feel this invoice is incorrect or have any questions, you can contact our support team for assistance.<br><br>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (132 > 90 characters)
u"Amount Due: {amount}<br><br>" | ||
u"Please pay immediately at: <a href='{payment_url}'>{payment_url}</a><br><br>" | ||
u"Late payments can be subject to a 5% finance fee.<br><br>" | ||
u"A detailed invoice is available in <a href='https://eventyay.com/account/billing/invoices/'>the billing area</a> of your account. If you have any questions about invoices, please find more information on our FAQ at https://support.eventyay.com.<br><br>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (267 > 90 characters)
u"Hello {name},<br><br>" | ||
u"Your payment is now past due.<br>Please pay this invoice immediately to avoid your account being suspended.<br><br>" | ||
u"Amount Due: {amount}<br><br>" | ||
u"Please pay immediately at: <a href='{payment_url}'>{payment_url}</a><br><br>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (91 > 90 characters)
'subject': u'Please pay your overdue invoice for {event_name} for {date} on {app_name}', | ||
'message': ( | ||
u"Hello {name},<br><br>" | ||
u"Your payment is now past due.<br>Please pay this invoice immediately to avoid your account being suspended.<br><br>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (130 > 90 characters)
}, | ||
MONTHLY_PAYMENT_POST_DUE_EMAIL: { | ||
'recipient': 'Owner', | ||
'subject': u'Please pay your overdue invoice for {event_name} for {date} on {app_name}', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (96 > 90 characters)
u"Amount Due: {amount}<br><br>" | ||
u"Please pay within 15 days.<br><br>" | ||
u"Pay Now at: <a href='{payment_url}'>{payment_url}</a><br><br>" | ||
u"A detailed invoice is available in <a href='https://eventyay.com/account/billing/invoices/'>the billing area</a> of your account. If you have any questions about invoices, please find more information on our FAQ at https://support.eventyay.com.<br><br>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (267 > 90 characters)
u"view your invoice and complete the payment to prevent loss of functionality." | ||
u"<br><br><em>Thank you for using {app_name}.</em>" | ||
u"Hello {name},<br><br>" | ||
u"Just a friendly reminder that we haven't received your payment for your invoice for {event_name} for {date}. Payment is fast and simple using your credit card or PayPal account.<br><br>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (200 > 90 characters)
'recipient': 'Owner, Organizer', | ||
'subject': u'Past Due: {date} - Monthly service fee invoice for {event_name}', | ||
'recipient': 'Owner', | ||
'subject': u'Reminder: Your invoice for {event_name} for {date} is available on {app_name}', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (100 > 90 characters)
u"Amount Due: {amount}<br><br>" | ||
u"Please pay within 30 days.<br><br>" | ||
u"Pay Now at: <a href='{payment_url}'>{payment_url}</a><br><br>" | ||
u"A detailed invoice is available in <a href='https://eventyay.com/account/billing/invoices/'>the billing area</a> of your account. If you have any questions about invoices, please find more information on our FAQ at https://support.eventyay.com.<br><br>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (267 > 90 characters)
u"view your invoice and complete the payment." | ||
u"<br><br><em>Thank you for using {app_name}.</em>" | ||
u"Hello {name},<br><br>" | ||
u"The invoice for your event {event_name} on eventyay.com for {date} is now available. Your invoice payment is due within 30 days.<br><br>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (151 > 90 characters)
Codecov Report
@@ Coverage Diff @@
## development #7296 +/- ##
===============================================
- Coverage 63.93% 63.93% -0.01%
===============================================
Files 259 259
Lines 13043 13033 -10
===============================================
- Hits 8339 8332 -7
+ Misses 4704 4701 -3
Continue to review full report at Codecov.
|
Fixes fossasia/open-event-frontend#5147