mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03:00
4e98c62b71
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. |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
.gitignore | ||
index.js | ||
package.json |