DeathGun44 commented on code in PR #5954:
URL: https://github.com/apache/fineract/pull/5954#discussion_r3373272609
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/FeignClientHelper.java:
##########
@@ -62,7 +80,67 @@ public Long createClient(PostClientsRequest request) {
return response.getClientId();
}
+ public PostClientsResponse createClientPending() {
Review Comment:
It creates a client in pending status (active=false), the server concept
where a client is submitted but not yet activated. It returns the full
PostClientsResponse (not just the ID) so the caller has access to
resourceExternalId. The naming mirrors the status code clientStatusType.pending.
--
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]