We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5666fcb commit 9287aaeCopy full SHA for 9287aae
src/app/loans/loans.service.ts
@@ -273,7 +273,7 @@ export class LoansService {
273
}
274
});
275
276
- return this.http.get(`/loans/${loanId}/transactions/reamortized-preview`, { params: httpParams });
+ return this.http.get(`/loans/${loanId}/transactions/reamortization-preview`, { params: httpParams });
277
278
279
getLoanScreenReportsData(): Observable<any> {
0 commit comments