mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
6a1d69c471
no-issue When importing Members it is possible to have both the complimentary_plan and the stripe_customer_id columns set, this can result in unusual outcomes, for example when importing a customer with a zero-amount subscription, they would end up with two "comped" subscriptions, and there would be two "comped" prices in the database. As we are deprecating the use of "comped" in favour of creating a subscription with a specific price, we're updating the import to prefer `stripe_customer_id` column, only using the `complimentary_plan` column when it is the only of the two columns passed. |
||
---|---|---|
.. | ||
magic-link | ||
members-api | ||
members-csv | ||
members-importer/lib | ||
members-ssr |