Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a shop owner, I see subscription start_date rather than the created_at date when listing subscribers #1385

Open
chrisjsimpson opened this issue Aug 8, 2024 · 0 comments

Comments

@chrisjsimpson
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently shop owners see the subscription.created_at date when viewing the list of subscribers and their subscription(s) (subscribers.html), this is the date/time when the subscription was created in the database (subscription.created_at) rather then the subscription start date. A difference can happen (and be confusing to the shop owner) if the subscriptions are refreshed later and/or Stripe webhook delivery is delayed.

Describe the solution you'd like

Rather than show the subscription.created_at , (fetch, store) and show the shop owner the( subscription.start_date) rather than subscription.created_at date.

Describe alternatives you've considered

Additional context

chrisjsimpson added a commit that referenced this issue Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant