iptdevs-design-system 3.2.97 → 3.2.98
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
|
@@ -4303,7 +4303,7 @@ class CommercialService extends IPTGeneralService {
|
|
|
4303
4303
|
payAdvisorBonuses(params) {
|
|
4304
4304
|
const serviceUrl = this.SERVICE_URL + 'commissions/pay/bonuses';
|
|
4305
4305
|
this.generateRequestParams(params);
|
|
4306
|
-
return this.http.post(serviceUrl, this.httpOptions);
|
|
4306
|
+
return this.http.post(serviceUrl, params, this.httpOptions);
|
|
4307
4307
|
}
|
|
4308
4308
|
updatePaymentAreaCommission(request, ruleCode) {
|
|
4309
4309
|
const serviceUrl = this.SERVICE_URL + `put/payment-area-commission/${ruleCode}`;
|