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

`SubscriptionForm`: Summary line displays next transaction date for future start dated subscriptions #148

Closed adamjudd closed 4 months ago

adamjudd commented 6 months ago

If a subscription has a start date in the future, we still display the subscription's next processing date as the next transaction date, even though technically the next date for the subscription is it's start date.

For example, if you have a subscription with a start date of the 1st of February 2024, and a frequency of 3 months, that makes the next date be 1st of May. In the SubscriptionForm element, we'll show the summary as Next payment on May 1st when it should be Next payment on February 1st.

Bonus points for adding an additional language string here though for future subs, and make it something like Subscription will start on February 1st to be more informational than just Next payment on February 1st.

github-actions[bot] commented 5 months ago

:tada: This issue has been resolved in version 1.24.1-beta.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: