Closed frosso closed 6 days ago
9754
or branch name chore/remove-arguments-passed-to-ece-handlers
in your-test.site/wp-admin/admin.php?page=jetpack-beta&plugin=woocommerce-payments :rocket: Launch a JN site with this branch :rocket:
:information_source: 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.33 MB
Fixes #
Changes proposed in this Pull Request
Similar to https://github.com/Automattic/woocommerce-payments/pull/9747 - While working on the tokenized cart ECE, I noticed that the
onCompletePaymentHandler
and theonAbortPaymentHandler
were being provided with some arguments, but those arguments were not being used at all.Cleaning up, ensuring that the arguments are not passed.
Testing instructions
*
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