diff --git a/ghost/members-api/lib/repositories/product/index.js b/ghost/members-api/lib/repositories/product/index.js index 1b81b74a91..c980dcb57a 100644 --- a/ghost/members-api/lib/repositories/product/index.js +++ b/ghost/members-api/lib/repositories/product/index.js @@ -216,7 +216,7 @@ class ProductRepository { nickname: existingPrice.nickname }, { ...options, - id: existingPrice.id || options.id + id: stripePrice.id }); } }