Closed iyut closed 1 year ago
Is there anything that is blocking this PR from being merged? We have incoming reports of people being affected by this issue.
@samnajian , is that OK if we merge this PR with E2E tests failing? Or do you mind to review the fixes for E2e tests PR?
Once E2E tests is approved and merged to trunk
branch, then I can merge the trunk
branch to this PR and merge this fixes.
Is there anything that is blocking this PR from being merged?
@ralucaStan , at the moment, we're blocked with the failed E2E tests. We will try to speed up this PR review and then merge this fix.
@samnajian , is that OK if we merge this PR with E2E tests failing? Or do you mind to review the fixes for E2e tests https://github.com/Automattic/woocommerce-services/pull/2681? Once E2E tests is approved and merged to
trunk
branch, then I can merge thetrunk
branch to this PR and merge this fixes.
@iyut The e2e PR is approved, please rebase it into this branch before merging.
Description
Fixing a compatibility issue with WC Blocks where User cannot checkout because it always throw an error on checkout page that using WC Blocks. In this PR I remove the unneeded function and hooks. Because I dont see the point on having that hook and also removing the hook seems fixing the issue.
Related issue(s)
Fixes #2683
Steps to reproduce & screenshots/GIFs
The provided postcode / ZIP is not valid
.Checklist
changelog.txt
entry addedreadme.txt
entry added