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
I have already defined const checkoutToken = useCheckoutToken(); on the screen customer-account.order-status.block.render, but for some reason, the token cannot be received. Is there a solution to fix this issue?
Steps to reproduce the behavior:
checkout
order status screen
Expected behavior
useCheckoutToken returns an undefined token.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Please list the package(s) involved in the issue, and include the version you are using
Describe the bug
I have already defined const
checkoutToken = useCheckoutToken();
on the screencustomer-account.order-status.block.render
, but for some reason, the token cannot be received. Is there a solution to fix this issue?Steps to reproduce the behavior:
Expected behavior
useCheckoutToken
returns an undefined token.Screenshots
Additional context
The text was updated successfully, but these errors were encountered: