Ghost/ghost/members-api
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
..
lib 🐛 Fixed members importer failing to link paid subscriptions 2021-04-22 21:22:23 +05:30
test Added tests for smart_cancel param 2021-03-30 10:36:17 +01:00
.eslintrc.js Added default test dir and eslintrc 2019-05-07 17:35:17 +02:00
.gitignore Refactor members-api (#231) 2021-01-18 13:55:40 +00:00
index.js Updated link subscription to handle missing stripe data (#262) 2021-04-20 17:21:16 +05:30
package.json Published new versions 2021-04-22 11:50:32 +05:30