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
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
The text was updated successfully, but these errors were encountered:
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 thansubscription.created_at
date.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: