reluxa commented on code in PR #3288:
URL: https://github.com/apache/fineract/pull/3288#discussion_r1253241013
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/GlobalConfigurationHelper.java:
##########
@@ -677,6 +692,12 @@ public static Integer
updateIsAutomaticExternalIdGenerationEnabled(final Request
return updateEnabledFlagForGlobalConfiguration(requestSpec,
responseSpec, configId, enabled);
}
+ public static Integer updateChargeAccrualDate(final RequestSpecification
requestSpec, final ResponseSpecification responseSpec,
Review Comment:
Isn't this a dupe of updateChargeAccrualDateConfiguration() which is right
below? That also tries to update the same configId 56.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]