You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2022/11/02 14:26:00 UTC

[GitHub] [fineract] galovics commented on a diff in pull request #2722: FINERACT-1724: Swagger enhancements + Batch API enhancements

galovics commented on code in PR #2722:
URL: https://github.com/apache/fineract/pull/2722#discussion_r1011845141


##########
fineract-provider/src/main/java/org/apache/fineract/batch/command/CommandStrategyProvider.java:
##########
@@ -103,6 +103,8 @@ private static void init() {
                 CREATE_TRANSACTION_LOAN_COMMAND_STRATEGY);
         commandStrategies.put(CommandContext.resource("loans\\/\\d+\\/transactions\\?command=payoutRefund").method("POST").build(),
                 CREATE_TRANSACTION_LOAN_COMMAND_STRATEGY);
+        commandStrategies.put(CommandContext.resource("loans\\/\\d+\\/transactions\\?(\\w+(\\=[\\w]+))").method("POST").build(),

Review Comment:
   agreed & done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org