Open
Description
Please list the package(s) involved in the issue, and include the version you are using
@shopify/ui-extensions 2024.10.x
@shopify/ui-extensions-react 2024.10.x
Describe the bug
After obtaining checkoutUrl
from cartCreate
storefront mutation, if I use in button's to
attribute, it redirects me to thank-you
page instead of going to the new checkout page.
Steps to reproduce the behavior:
- Get
checkoutUrl
usingcartCreate
mutation - Set
checkoutUrl
toto
attribute - Click the button
Expected behavior
It should redirect to the new checkout page