@infrab4a/connect-angular 3.4.0-beta.9 → 3.4.0

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.
@@ -1257,6 +1257,8 @@
1257
1257
  return s;
1258
1258
  });
1259
1259
  }
1260
+ if (shop == i1$1.Shops.GLAMSHOP)
1261
+ return shippingMethods;
1260
1262
  if (_this.isFreeShippingBySubscription(shop, subscriptionPlan)) {
1261
1263
  shippingMethods = shippingMethods.map(function (s) {
1262
1264
  if (s.serviceName == 'Same Day')
@@ -1287,9 +1289,6 @@
1287
1289
  if (shop == i1$1.Shops.MENSMARKET && subscriptionPlan == 'PRIME') {
1288
1290
  return true;
1289
1291
  }
1290
- if (shop == i1$1.Shops.GLAMSHOP && subscriptionPlan) {
1291
- return true;
1292
- }
1293
1292
  return false;
1294
1293
  };
1295
1294
  ShippingService.prototype.isHolidays = function (datas) {