Foxy / foxy-elements

Elements and resources for use in other front-end code, like the admin and customer portal.
https://elements.foxy.dev
MIT License
7 stars 8 forks source link

Subscription summaries showing $0 for future-dated subscriptions #157

Open adamjudd opened 1 month ago

adamjudd commented 1 month ago

When a subscription is purchased that has a future start date (...&sub_frequency=1m&sub_startdate=10d for example), the amount paid today will be $0, even though the actual subscription will generally have an actual price.

This applies to both the customer portal and the admin.

We need to determine if we actually have the necessary information available via the API to output the future subscription cost or not. if not we'll need to update our API to include those details too.