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
Copy file name to clipboardExpand all lines: src/repositories/cart/actions.ts
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -651,7 +651,9 @@ export class CartUpdateHandler
651
651
});
652
652
}
653
653
654
-
// TODO: are zones on a single shipping method mutually exclusive in terms of countries in the set? If not, need to determine what to do in case of multiple matches.
654
+
// There should only be one zone rate matching the address, since
655
+
// Locations cannot be assigned to more than one zone.
656
+
// See https://docs.commercetools.com/api/projects/zones#location
0 commit comments