Skip to content

Commit

Permalink
Merge pull request apache#534 from vishwasbabu/develop
Browse files Browse the repository at this point in the history
FINERACT-710
  • Loading branch information
vishwasbabu authored Mar 1, 2019
2 parents 117b46a + 5103c38 commit 17d8be9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public static BatchRequest applyLoanRequest(final Long requestId, final Long ref
br.setReference(reference);

final String body = "{\"dateFormat\": \"dd MMMM yyyy\", \"locale\": \"en_GB\", \"clientId\": \"$.clientId\"," + "\"productId\": "
+ productId + ", \"principal\": \"10,000.00\", \"loanTermFrequency\": 12,"
+ productId + ", \"principal\": \"10,000.00\", \"loanTermFrequency\": 10,"
+ "\"loanTermFrequencyType\": 2, \"loanType\": \"individual\", \"numberOfRepayments\": 10,"
+ "\"repaymentEvery\": 1, \"repaymentFrequencyType\": 2, \"interestRatePerPeriod\": 10,"
+ "\"amortizationType\": 1, \"interestType\": 0, \"interestCalculationPeriodType\": 1,"
Expand Down

0 comments on commit 17d8be9

Please sign in to comment.