iptdevs-design-system 3.2.84 → 3.2.85
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/commercial-service/comercial.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
|
@@ -4286,7 +4286,7 @@ class CommercialService extends IPTGeneralService {
|
|
|
4286
4286
|
payCommissions(params) {
|
|
4287
4287
|
const serviceUrl = this.SERVICE_URL + 'commissions/pay/cods';
|
|
4288
4288
|
this.generateRequestParams(params);
|
|
4289
|
-
return this.http.post(serviceUrl, this.httpOptions);
|
|
4289
|
+
return this.http.post(serviceUrl, params, this.httpOptions);
|
|
4290
4290
|
}
|
|
4291
4291
|
payAdvisorBonuses(params) {
|
|
4292
4292
|
const serviceUrl = this.SERVICE_URL + 'commissions/pay/bonuses';
|