fix: Doing update to cart with shipping options set removes them (#8752)
This commit is contained in:
@@ -40,7 +40,7 @@ export const refreshCartShippingMethodsStep = createStep(
|
||||
await fulfillmentModule.listShippingOptionsForContext(
|
||||
{
|
||||
id: shippingOptionIds,
|
||||
context: { ...cart },
|
||||
context: { ...cart, is_return: "false", enabled_in_store: "true" },
|
||||
address: {
|
||||
country_code: cart.shipping_address?.country_code,
|
||||
province_code: cart.shipping_address?.province,
|
||||
|
||||
Reference in New Issue
Block a user