0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/members/importer
Fabien O'Carroll c46542532d Added support for importing products column
refs https://github.com/TryGhost/Team/issues/765

This supercedes the `complimentary_plan` flag, as it is more precise
because it determines _which_ product(s) a member has access to. Because
of this, if the `products` column is present the `complimentary_plan`
column is not used.
2021-06-23 13:53:34 +01:00
..
batch-import.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
email-template.js Fixed member import email heading spacing 2021-03-22 18:15:11 +01:00
importer.js Added support for importing products column 2021-06-23 13:53:34 +01:00
index.js Moved MembersCSVImporter out of index.js file 2021-06-23 13:53:34 +01:00
labels.js