0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/apps/portal/src
Chris Raible 96b678a20d
🐛 Fixed members unable to unsubscribe from plan if hidden in Portal (#17251)
refs TryGhost/Product#3563

- For a member on a paid plan, which had subsequently been hidden from
portal, the member was unable to unsubscribe/change plan because the
'Change' button was hidden
- This change restores the 'Change' button for members on a paid plan,
even if the plan is hidden from portal
- This change also makes some modifications to the 'Change Plan' page,
like showing the current active plan even if it is hidden, and displays
a message to comped members to contact support if they want to change
their plan

---------

Co-authored-by: Sodbileg Gansukh <sodbileg.gansukh@gmail.com>
2023-07-19 18:14:20 -07:00
..
components 🐛 Fixed members unable to unsubscribe from plan if hidden in Portal (#17251) 2023-07-19 18:14:20 -07:00
images Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
tests Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
utils 🐛 Fixed members unable to unsubscribe from plan if hidden in Portal (#17251) 2023-07-19 18:14:20 -07:00
actions.js Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
App.css Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
App.js Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
App.test.js Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
AppContext.js Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
data-attributes.js Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
index.css Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
index.js Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
logo.svg Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
pages.js Moved Portal to apps/ 2023-06-16 13:37:58 +02:00
setupTests.js Moved Portal to apps/ 2023-06-16 13:37:58 +02:00