commit 9ca25ccbf9c8bbac847e929659f8714a8f100344
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