Ghost/ghost/members-api/lib
Rish 9010a62d54 🐛 Fixed members importer failing to link paid subscriptions
no refs

The latest version of Stripe doesn't return the `subscriptions` object on `Customer` resource by default and needs an extra param to do so. As we recently updated Members to use the latest Stripe version, the importer tries to fetch all subscriptions of a customer to map in Ghost but was failing due to missing `subscriptions` data. Fix updates the Stripe API to include `subscriptions` by default in response.
2021-04-22 21:22:23 +05:30
..
controllers Added support for smart_cancel options 2021-03-30 10:36:45 +01:00
migrations Ignored missing plans on Stripe for update 2021-04-22 11:49:08 +05:30
repositories 🐛 Fixed members importer failing to link paid subscriptions 2021-04-22 21:22:23 +05:30
services Updated link subscription to handle missing stripe data (#262) 2021-04-20 17:21:16 +05:30
common.js Added subscription update middleware (#107) 2019-12-12 15:19:36 +07:00