Storybooks for commit 8e4d2a28eb27ac254caea7d3675457f002465fcc

Date
2026-01-09T18:03:26.051Z
Summary
feat(auth): update subscription reminders script for cron Because:
Description
commit 8e4d2a28eb27ac254caea7d3675457f002465fcc
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