tf-checkout-react 1.2.20 → 1.2.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1435,7 +1435,7 @@ var getStates = function getStates(countryId) {
1435
1435
  return publicRequest.get("/countries/" + countryId + "/states/");
1436
1436
  };
1437
1437
  var getOrders = function getOrders(page, limit, eventSlug) {
1438
- return publicRequest.get("v1/account/orders/?page=" + page + "&limit=" + limit + "&filter[event]=" + eventSlug + "&filter[brand]=" + CONFIGS.BRAND_SLUG);
1438
+ return publicRequest.get("v1/account/orders/?page=" + page + "&limit=" + limit + "&filter[event]=" + eventSlug + "&filter[brand]=" + CONFIGS.BRAND_SLUG + "&filter[subbrands]=yes");
1439
1439
  };
1440
1440
  var getOrderDetails = function getOrderDetails(orderId) {
1441
1441
  return publicRequest.get("v1/account/order/" + orderId);