Ghost/ghost/members-api/lib
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
..
controllers Fixed incorrect import path 2021-07-14 20:01:29 +05:30
repositories Fixed created_at dates for member event objects 2021-07-15 15:20:16 +01:00
services Removed usage of raw Error class 2021-07-14 14:17:38 +01:00
common.js Removed used of ghost-ignition dependency 2021-06-29 21:43:05 +01:00
migrations.js Added migration to remove invalid subscriptions 2021-07-14 20:12:39 +05:30