Ghost/ghost/members-api
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
..
lib Fixed created_at dates for member event objects 2021-07-15 15:20:16 +01:00
test Removed trailing commas from .eslintrc.js 2021-07-14 12:04:46 +01:00
.eslintrc.js Removed trailing commas from .eslintrc.js 2021-07-14 12:04:46 +01:00
.gitignore Refactor members-api (#231) 2021-01-18 13:55:40 +00:00
index.js Moved MembersAPI out of index.js 2021-07-14 14:17:38 +01:00
MembersAPI.js Added migration to remove invalid subscriptions 2021-07-14 20:12:39 +05:30
package.json Update Test & linting packages 2021-07-14 14:12:12 +01:00