-
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
feat: enable tokenized ECE by default #10016
base: develop
Are you sure you want to change the base?
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: 0 B Total Size: 1.36 MB ℹ️ View Unchanged
|
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.
Took me longer than I'd like to admit to realise that the ECE wouldn't show its face on my test site, because I'm currently out of the US in a country scorned by Stripe, and when finally fooling it into revealing itself with the help of a VPN, I am still unable to complete a checkout due to an external GPay error (on both tokenised and non-tokenised ECEs)...but the changes here look straightforward and sensible enough to me and I can proudly report that the tokenised cart code was summoned when the flag was enabled and forgotten when the snippet filter was in place.
LGTM.
Holding off on this until I investigate this possible concern: paJDYF-g3R-p2#comment-27466 |
Fixes #9724
Changes proposed in this Pull Request
Enabling the tokenized ECE by default.
It can be disabled via a filter, until we remove the feature flag:
Important
I am planning to merge this after the release of WooPayments 8.8.0, so it can land in WooPayments 8.9.0.
Testing instructions
/wp-json/wc/store/v1/cart/add-item
(for example)/?wc-ajax=wcpay_add_to_cart
(for example) and no longer to the Store APInpm 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