You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: