adamsaghy commented on code in PR #3545:
URL: https://github.com/apache/fineract/pull/3545#discussion_r1374525246
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/account/api/AccountTransfersApiResourceSwagger.java:
##########
@@ -298,13 +298,13 @@ static final class
GetAccountTransfersTemplateRefundByTransferFromOffice {
private GetAccountTransfersTemplateRefundByTransferFromOffice() {}
@Schema(example = "1")
- public Integer id;
+ public Long id;
@Schema(example = "Head Office")
public String name;
@Schema(example = "Head Office")
public String nameDecorated;
@Schema(example = "1")
- public Integer externalId;
+ public Long externalId;
Review Comment:
This looks wrong to me...It should be String based on the OfficeData.java
line 37 (it is ExternalId type, but we use the String value in the
fineract-client)
--
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]