Storybooks for commit fb033a2df7adf5c191f147c654844068b88bfb0b

Date
2025-08-21T17:46:02.911Z
Summary
fix(auth): provide price info on billing-and-subscriptions Because:
Description
commit fb033a2df7adf5c191f147c654844068b88bfb0b
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