Storybooks for commit aaa85d6f2a0e85e9ed6a4ccced680f1b33a534b1

Date
2026-01-08T22:20:50.852Z
Summary
feat(auth): update subscription reminders script for cron Because:
Description
commit aaa85d6f2a0e85e9ed6a4ccced680f1b33a534b1
Author: Reino Muhl <10620585+StaberindeZA@users.noreply.github.com>
Date:   Tue Dec 23 15:23:46 2025 -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