You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Woo 9.3 and React 18, both Digital Wallets and CashApp Pay broke for block Checkout. (See PR #216)
On discussing with Woo on Slack, it was suspected that using async/await could be the issue and they suggested to use .then() instead.
We should give this a try and see if it works.
The text was updated successfully, but these errors were encountered:
Describe the bug
With Woo 9.3 and React 18, both Digital Wallets and CashApp Pay broke for block Checkout. (See PR #216)
On discussing with Woo on Slack, it was suspected that using
async/await
could be the issue and they suggested to use.then()
instead.We should give this a try and see if it works.
The text was updated successfully, but these errors were encountered: