iptdevs-design-system 3.1.196 → 3.1.197

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.
@@ -5196,6 +5196,10 @@ class BudgetService extends IPTGeneralService {
5196
5196
  let serviceUrl = this.SERVICE_URL + 'get/receipt/by/code/' + codeReceipt;
5197
5197
  return this.http.get(serviceUrl, this.httpOptions);
5198
5198
  }
5199
+ obtainPaymentsForReceiptCode(codeStudent) {
5200
+ let serviceUrl = this.SERVICE_URL + 'get/obtain/payments/for/receipt/code/' + codeStudent;
5201
+ return this.http.get(serviceUrl, this.httpOptions);
5202
+ }
5199
5203
  }
5200
5204
  BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: BudgetService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
5201
5205
  BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: BudgetService, providedIn: 'root' });