This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 98bc9274a07e9c13691e932819862fafe1b4f5de Merge: 015851154f 688a6914ae Author: Adam Saghy <[email protected]> AuthorDate: Thu Apr 2 14:55:32 2026 +0000 Merge pull request #5709 FINERACT-2565: Batch API support for disburseToSavings, paySavingsAccountCharge, createAccountTransfer .../batch/command/CommandStrategyProvider.java | 7 + .../CreateAccountTransferCommandStrategy.java | 64 +++++++++ .../internal/DisburseToSavingsCommandStrategy.java | 68 +++++++++ .../PaySavingsAccountChargeCommandStrategy.java | 100 +++++++++++++ .../batch/command/CommandStrategyProviderTest.java | 13 +- .../CreateAccountTransferCommandStrategyTest.java | 111 +++++++++++++++ .../DisburseToSavingsCommandStrategyTest.java | 124 ++++++++++++++++ ...PaySavingsAccountChargeCommandStrategyTest.java | 156 +++++++++++++++++++++ 8 files changed, 642 insertions(+), 1 deletion(-)
