JebronLames32 commented on PR #4546: URL: https://github.com/apache/fineract/pull/4546#issuecomment-2796440361
- The API works when `isParentAccount` is set to true for one client and **omitted** (or set to **`null`**) for the others in the `clientArray` - The API fails (makes it a parent account) when `isParentAccount` is explicitly set to **`false`** for the clients. Instead of accepting `false`, the API seems to expect the parameter to be omitted. - I’m fixing this by ensuring the API accepts false as a valid value for isParentAccount. This avoids relying on omission (null) of this vlaue for accounts that are not the parent account for the GSIM -- 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]
