This is an automated email from the ASF dual-hosted git repository.

adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


    from 46e1bd0492 FINERACT-2181: Fix overdue balance updates in advanced 
payment schedule processing
     add 81d6d2e54e FINERACT-2181: Batch Api - Add Interest pause API support

No new revisions were added by this update.

Summary of changes:
 .../batch/command/CommandStrategyProvider.java     |   6 +-
 .../test/stepdef/common/BatchApiStepDef.java       | 195 +++++++++++++++++++++
 .../src/test/resources/features/BatchApi.feature   |  14 +-
 .../data/InterestPauseRequestDto.java              |   8 +
 ...nInterestPauseByExternalIdCommandStrategy.java} |  44 ++---
 ...eLoanInterestPauseByLoanIdCommandStrategy.java} |  45 ++---
 ...InterestPausesByExternalIdCommandStrategy.java} |  41 ++---
 ...LoanInterestPausesByLoanIdCommandStrategy.java} |  41 ++---
 ...nInterestPauseByExternalIdCommandStrategy.java} |  45 +++--
 ...eLoanInterestPauseByLoanIdCommandStrategy.java} |  45 +++--
 .../batch/command/CommandStrategyProviderTest.java |   6 +-
 11 files changed, 332 insertions(+), 158 deletions(-)
 copy 
fineract-provider/src/main/java/org/apache/fineract/batch/command/internal/{ActivateClientCommandStrategy.java
 => CreateLoanInterestPauseByExternalIdCommandStrategy.java} (54%)
 copy 
fineract-provider/src/main/java/org/apache/fineract/batch/command/internal/{DisburseLoanCommandStrategy.java
 => CreateLoanInterestPauseByLoanIdCommandStrategy.java} (56%)
 copy 
fineract-provider/src/main/java/org/apache/fineract/batch/command/internal/{DisburseLoanCommandStrategy.java
 => GetLoanInterestPausesByExternalIdCommandStrategy.java} (57%)
 copy 
fineract-provider/src/main/java/org/apache/fineract/batch/command/internal/{ApproveLoanCommandStrategy.java
 => GetLoanInterestPausesByLoanIdCommandStrategy.java} (59%)
 copy 
fineract-provider/src/main/java/org/apache/fineract/batch/command/internal/{ApproveLoanCommandStrategy.java
 => UpdateLoanInterestPauseByExternalIdCommandStrategy.java} (52%)
 copy 
fineract-provider/src/main/java/org/apache/fineract/batch/command/internal/{ApproveLoanCommandStrategy.java
 => UpdateLoanInterestPauseByLoanIdCommandStrategy.java} (55%)

Reply via email to