@veloceapps/sdk 2.0.21 → 2.0.22

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.
@@ -3135,9 +3135,8 @@
3135
3135
  .toPromise();
3136
3136
  };
3137
3137
  VlRampDirective.prototype.calculateRampTermByTerm = function (lineItem, term) {
3138
- var _a;
3139
3138
  return this.priceApiService
3140
- .getSellingTermByTerm(lineItem.planId, (_a = lineItem.offeringId) !== null && _a !== void 0 ? _a : '', lineItem.startDate, term, lineItem.sellingFrequencyUnit, lineItem.sellingFrequencyDuration)
3139
+ .getSellingTermByTerm(lineItem.planId, lineItem.offeringId, lineItem.startDate, term, lineItem.sellingFrequencyUnit, lineItem.sellingFrequencyDuration)
3141
3140
  .toPromise();
3142
3141
  };
3143
3142
  return VlRampDirective;