Ghost/ghost/members-api
Fabien O'Carroll 4e98c62b71 Fixed update method for Products repository
no-issue

When updating a Product we can pass existing Stripe Prices, these will
either be adding to the database, or updated if they already exist. When
updating them we were attemping to use the `id` passed in the update,
which is not necessarily included. Instead we should use the `id` of the
StripePrice which we have already retrieved from the database.
2021-04-26 17:15:17 +01:00
..
lib Fixed update method for Products repository 2021-04-26 17:15:17 +01:00
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 21:53:08 +05:30