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.
- package/esm2020/lib/core/services/budget-service/budget-service.mjs +2 -2
- package/fesm2015/iptdevs-design-system.mjs +1 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +1 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
}
|