-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Purchases: improve feedback when updating payment details #221
Purchases: improve feedback when updating payment details #221
Comments
I will need to think through this some more but we need a better loading/processing state component for actions like this. The same type of issue exists in checkout. I designed a new processing losing state in 5087-gh-calypso-pre-oss that I think will work here too. |
To begin with, we should make sure to at least disable the button in Edit Payment Details. We can look into a more general solution to improve processing states later on. |
Removing from |
It currently takes a while to save new credit card details from Edit Card Details. After clicking the Update Card button, nothing happens and there is no notice to let users know their new details are being saved. The operation is being processed though, there's just no feedback. After a while, a green notice shows letting the user know the new credit card was saved successfully.
We should improve the feedback after clicking Update Card, so it's clearer to users we're working on their request.
cc @mikeshelton1503
The text was updated successfully, but these errors were encountered: