commit c1ec5afe9a8efb98d2d5397042826b98459e5892
Author: Reino Muhl <10620585+StaberindeZA@users.noreply.github.com>
Date: Wed Jan 7 17:06:43 2026 -0500
feat(auth): update subscription reminders script for cron
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