iptdevs-design-system 3.1.825 → 3.1.826

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.
@@ -6316,7 +6316,7 @@ class BudgetService extends IPTGeneralService {
6316
6316
  return this.http.post(serviceUrl, this.httpOptions);
6317
6317
  }
6318
6318
  deleteCodPayments(params) {
6319
- let serviceUrl = this.SERVICE_URL + 'post/delete/cod/payments/';
6319
+ let serviceUrl = this.SERVICE_URL + 'post/delete/cod/payments';
6320
6320
  this.generateRequestParams(params);
6321
6321
  return this.http.post(serviceUrl, this.httpOptions);
6322
6322
  }