Ghost/ghost
Fabien O'Carroll d427e72b1c Fixed created_at dates for member event objects
refs https://github.com/TryGhost/Team/issues/542

Importing members with a created_at date will incorrectly create events
for the member for the date of the import. This updates our event
handling to use either the passed created_at date, or in the case of
subscriptions the start_date of the subscription. We're using start_date
for subscriptions rather than created, as this is more accurate because
start_date works correctly for backdated subscriptions in Stripe.
2021-07-15 15:20:16 +01:00
..
magic-link Moved MagicLink out of index.js 2021-07-14 14:17:38 +01:00
members-api Fixed created_at dates for member event objects 2021-07-15 15:20:16 +01:00
members-csv Update Test & linting packages 2021-07-14 14:12:12 +01:00
members-ssr Removed usage of raw Error class 2021-07-14 14:17:38 +01:00