-
Notifications
You must be signed in to change notification settings - Fork 213
Remove legacy checkout checkbox from settings page #4422
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
Conversation
This component only contains the Legacy Checkout checkbox
Let's remove this from the update function also. Removing only from the update function is sufficient as we still want the value in GET response. |
This flag is now always set to true. Setting it to false is no longer possible via UI.
|
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.
Looks good to me 👍
✅ Legacy checkout checkbox is not displayed anymore on the settings page.
✅ Updating and saving the settings works without any errors.
Should we also remove the method |
@annemirasol Agreed. Removed in dd7bb07 |
📈 PHP Unit Code Coverage Report
|
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.
No regressions observed, LGTM!
Fixes STRIPE-535
Changes proposed in this Pull Request:
Not removed:
We'd want to keep them until we remove the filter introduced in #4385
Testing instructions
YOUR_TEST_SITE/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=stripe&panel=settings
.Changelog entry
Changelog Entry Comment
Comment
Post merge