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
Please list the package(s) involved in the issue, and include the version you are using
@shopify/retail-ui-extensions-react
Describe the bug
I've noticed that currently, the Shopify UI extension for cart.setCustomer on useExtensionApi seems not set the customer into the cart in Shopify POS even the customer id is valid and match with the customer id under Shopify admin. After that the customer profile should be set on useCartSubscription and the customer should show with correct data. However, it seems not happen that way.
This is happen with Shopify POS 9.22.1 for both iPhone and iPad iOS18.1.1
Steps to reproduce the behavior:
return customer id
set customer on useCartSubscription
customer details get loaded
Expected behavior
Customer should show on the Shopify POS cart with the correct profile
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
@shopify/retail-ui-extensions-react
Describe the bug
I've noticed that currently, the Shopify UI extension for
cart.setCustomer
onuseExtensionApi
seems not set the customer into the cart in Shopify POS even the customer id is valid and match with the customer id under Shopify admin. After that the customer profile should be set onuseCartSubscription
and the customer should show with correct data. However, it seems not happen that way.This is happen with Shopify POS 9.22.1 for both iPhone and iPad iOS18.1.1
Steps to reproduce the behavior:
Expected behavior
Customer should show on the Shopify POS cart with the correct profile
The text was updated successfully, but these errors were encountered: