Ghost/ghost/members-api/lib
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
..
controllers
migrations Ignored missing plans on Stripe for update 2021-04-22 11:49:08 +05:30
repositories Fixed update method for Products repository 2021-04-26 17:15:17 +01:00
services Added createSubscription method to member repo 2021-04-23 17:34:04 +01:00
common.js