-
Notifications
You must be signed in to change notification settings - Fork 69
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
Reset Account Management #7914
Reset Account Management #7914
Conversation
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
Size Change: +886 B (0%) Total Size: 1.27 MB
ℹ️ View Unchanged
|
… for those accounts.
…Automattic/woocommerce-payments into dev/3468-allow-reset-account-management
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Dan! It works as expected, except I didn't test the last item:
Onboard a new account. At the end of the onboarding, verify the onboarding was successful and the Account Tools are no longer present on the Overview page (because details_submitted = 1)
That's due to PO not working due to slots overfill. I'll be happy to test it once it's working 🙂
client/overview/modal/reset-account/test/__snapshots__/index.test.tsx.snap
Outdated
Show resolved
Hide resolved
Thanks for the review, @oaratovskyi!
I tested this scenario and it is working as expected 🙂 : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing my feedback!
Approving this one and have one last question( it's more about the design side of things, so I leave it to @elizaan36, it's more a curiousity for me):
The underline in Reset Account button - should it be there? The buttons look slightly different now, not sure if that's an issue though
…Automattic/woocommerce-payments into dev/3468-allow-reset-account-management
Thanks for spotting it! Addressed by be1ef8f. |
@rogermattic because this is my last day before AFK, and you have some AFK, I'm going to go ahead and merge this one without the design review, since I checked it against your Figma designs. The only difference I can see is that the modal styling is slightly different, but I believe this is because the WP component design for a modal changed fairly recently to a more simplified style. Hope that's okay! If there are any design quirks in what I implemented then I'm happy to make a follow up PR to address them! |
Great work, @dmallory42! |
Great thanks @dmallory42 ! It looks 👌 |
Fixes #3468
Changes proposed in this Pull Request
details_submitted = 0
)Screenshots:
Testing instructions
With Dev Mode Enabled
With Live Mode Enabled
Payments
. The account should be restricted and you should be able to see the Account Tools in the account status card.Finish Setup
, you should be taken to the Stripe KYC and able to pick up where you left off.Reset Account
. First, verify the modal closes via the cancel button andX
icon.Reset Account
and then click the confirmation (red button) on the modal. It should delete the account and take you back to the start of the onboarding MOX.details_submitted = 1
).npm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.Post merge