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

`foxy-customer-portal`: Update subscription summary total to pull from `transaction_template` instead of `last_transaction` #136

Closed rijarobinson closed 7 months ago

rijarobinson commented 1 year ago

User reported that the subscriptions show the last order total in the summary list (260.86):

image

Perhaps we should be just showing the subscription amount there (100.88)?

image
adamjudd commented 10 months ago

Yes, we should switch this to use the transaction_template instead of the last_transaction. If a store modifies a subscription, then it's not reflected in summary list for the portal until the subscription renews.

github-actions[bot] commented 7 months ago

:tada: This issue has been resolved in version 1.25.0-beta.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: