Storybooks for commit 17175c065e4f9ae0167da22747e4812a188743ec

Date
2025-08-22T15:51:59.014Z
Summary
fix(auth): provide price info on billing-and-subscriptions Because:
Description
commit 17175c065e4f9ae0167da22747e4812a188743ec
Author: Reino Muhl <10620585+StaberindeZA@users.noreply.github.com>
Date:   Thu Aug 21 13:26:38 2025 -0400

    fix(auth): provide price info on billing-and-subscriptions
    Because:
    
    - Currency and pricing information can no longer be reliably retrieved
      from the /subscriptions/plans API, for a specific price ID, due to the
      utilization of multi-currency prices.
    
    This commit:
    
    - Updates the /billing-and-subscriptions API to return relevant price
      info for a customers subscriptions, with correct currency and pricing
      information.
    
    Closes #PAY-3192