Ghost/core/server
Rishabh Garg e17f5004cc
🐛 Fixed unable to create new prices on switching Stripe account (#13013)
closes https://github.com/TryGhost/Team/issues/724
closes https://github.com/TryGhost/Team/issues/739

Currently, site owners are allowed to disconnect Stripe if they don't have any active subscriptions for a member. On disconnect, all stripe related data for the old account in DB should be cleared as using Stripe id for old account can cause weird failures due to incorrect Stripe key being used. This was also causing site owners to not be able to create new prices after connecting to new account as it ended up using old stripe product id which failed on Stripe request.
2021-06-08 21:28:16 +05:30
..
adapters Fixed initialization logic in post scheduler 2021-05-26 10:44:11 +04:00
api 🐛 Fixed unable to create new prices on switching Stripe account (#13013) 2021-06-08 21:28:16 +05:30
data Added extra newsletter settings 2021-06-07 16:31:50 +01:00
lib Moved getLocalSize() from mobiledoc to image-size lib 2021-05-14 11:57:37 +01:00
models Added labs setting input validation 2021-06-08 02:18:17 +12:00
public New logo in Admin (#12768) 2021-03-18 17:27:27 +00:00
services Handled empty prices for product in Portal settings 2021-06-08 19:41:55 +05:30
views Added new, simpler, linear boot process 2021-02-08 11:56:44 +00:00
web Supported monthly & yearly price in Products API 2021-06-03 17:08:02 +01:00
analytics-events.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
ghost-server.js Refactored urlUtils out of ghost-server 2021-05-05 14:24:59 +01:00
notify.js Refactored notify to send started + ready 2021-02-19 20:42:10 +00:00
overrides.js Moved sqlite3 override rules to db connection lib 2021-02-05 11:51:56 +00:00
run-update-check.js Move the update-check service to a scheduled job 2021-05-27 17:17:26 +02:00
update-check.js Removed update check service in favor of external package 2021-06-03 13:24:19 +04:00