Skip to content

Commit 8869115

Browse files
WEB-477: Re-amortization:- Fix Preview Schedule url for re-amortization (#2872)
LGTM
1 parent 5666fcb commit 8869115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/loans/loans.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export class LoansService {
273273
}
274274
});
275275

276-
return this.http.get(`/loans/${loanId}/transactions/reamortized-preview`, { params: httpParams });
276+
return this.http.get(`/loans/${loanId}/transactions/reamortization-preview`, { params: httpParams });
277277
}
278278

279279
getLoanScreenReportsData(): Observable<any> {

0 commit comments

Comments
 (0)