-
Notifications
You must be signed in to change notification settings - Fork 219
feat(auth): update subscription reminders script for cron #19860
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
Conversation
ed78672 to
4ae268e
Compare
| # $productName (String) - The name of the subscribed product, e.g. Mozilla VPN | ||
| # $serviceLastActiveDateOnly (String) - The date of last active service, e.g. 01/20/2016 | ||
| subscriptionEndingReminder-content-line1 = Your access to { $productName } will end on <strong>{ $serviceLastActiveDateOnly }</strong>. | ||
| subscriptionEndingReminder-content-line2 = If you’d like to continue using { $productName }, you can reactive your subscription in <a data-l10n-name="subscriptionEndingReminder-account-settings">Account Settings</a> before <strong>{ $serviceLastActiveDateOnly }</strong>. If you need assistance, <a data-l10n-name="subscriptionEndingReminder-contact-support">contact our Support Team</a>. |
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.
| subscriptionEndingReminder-content-line2 = If you’d like to continue using { $productName }, you can reactive your subscription in <a data-l10n-name="subscriptionEndingReminder-account-settings">Account Settings</a> before <strong>{ $serviceLastActiveDateOnly }</strong>. If you need assistance, <a data-l10n-name="subscriptionEndingReminder-contact-support">contact our Support Team</a>. | |
| subscriptionEndingReminder-content-line2 = If you’d like to continue using { $productName }, you can reactivate your subscription in <a data-l10n-name="subscriptionEndingReminder-account-settings">Account Settings</a> before <strong>{ $serviceLastActiveDateOnly }</strong>. If you need assistance, <a data-l10n-name="subscriptionEndingReminder-contact-support">contact our Support Team</a>. |
Potential typo?
| subscriptionEndingReminder-content-line1 = Your access to { $productName } will end on <strong>{ $serviceLastActiveDateOnly }</strong>. | ||
| subscriptionEndingReminder-content-line2 = If you’d like to continue using { $productName }, you can reactive your subscription in <a data-l10n-name="subscriptionEndingReminder-account-settings">Account Settings</a> before <strong>{ $serviceLastActiveDateOnly }</strong>. If you need assistance, <a data-l10n-name="subscriptionEndingReminder-contact-support">contact our Support Team</a>. | ||
| subscriptionEndingReminder-content-line1-plaintext = Your access to { $productName } will end on { $serviceLastActiveDateOnly }. | ||
| subscriptionEndingReminder-content-line2-plaintext = If you’d like to continue using { $productName }, you can reactive your subscription in Account Settings before { $serviceLastActiveDateOnly }. If you need assistance, contact our Support Team. |
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.
| subscriptionEndingReminder-content-line2-plaintext = If you’d like to continue using { $productName }, you can reactive your subscription in Account Settings before { $serviceLastActiveDateOnly }. If you need assistance, contact our Support Team. | |
| subscriptionEndingReminder-content-line2-plaintext = If you’d like to continue using { $productName }, you can reactivate your subscription in Account Settings before { $serviceLastActiveDateOnly }. If you need assistance, contact our Support Team. |
cc8c112 to
c82a0d4
Compare
c1ec5af to
1e4c769
Compare
c82a0d4 to
9c85f61
Compare
1e4c769 to
aaa85d6
Compare
bcolsson
left a comment
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.
Approving as it appears the string changes were moved to a different PR.
af5bea9 to
708eb16
Compare
aaa85d6 to
b57df69
Compare
Because: - The subscription reminders script needs to support daily subscription prices. This commit: - Optionally adds support for daily subscription prices, so that it can be toggled on and off where required. - Updates script to allow unsupported params. This was done to allow updates to the CRON jobs with new parameters, before those parameters have shipped. Closes #PAY-2294
b57df69 to
8e4d2a2
Compare
Because
This pull request
Issue that this pull request solves
Closes: PAY-2294
Checklist
Put an
xin the boxes that applyScreenshots (Optional)
Please attach the screenshots of the changes made in case of change in user interface.
Other information (Optional)
Any other information that is important to this pull request.