Cocoa-Puffs commented on PR #6105: URL: https://github.com/apache/fineract/pull/6105#issuecomment-4968288677
api backwards compatibility is failing because the swagger object used by the adjust loan charge endpoints: **PostWorkingCapitalLoansLoanIdChargesChargeIdResponse** referenced non-existent fields: **subEntityId** and **subEntityExternalId**. **CommandProcessingResult** has no such fields, only it's builder. The actual fields are **subResourceId** and **subResourceExternalId**, because of this the generated Fineract client would drop these values from the response. -- 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]
