Subscribie / subscribie

Collect recurring payments online - subscription payments collection automation
https://subscribie.co.uk
Mozilla Public License 2.0
57 stars 20 forks source link

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

Open chrisjsimpson opened 1 month ago

chrisjsimpson commented 1 month ago

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