fehnomenal commented on pull request #220: URL: https://github.com/apache/ofbiz-framework/pull/220#issuecomment-667881940
I did a quick check and found the following: - Lat and lon are used in some places without problems (mainly inside calls to `UtilMisc.toMap` or simple outputs) - Services `createPartyPostalAddress`, `createFacilityPostalAddress`, `updateFacilityPostalAddress` are broken with or without this change (apparently it calls `createGeoPoint` which claims `dataSourceId` is missing) - Service `cdyneReturnCityState` fails because of missing parameter with no possibility to input it - All other services related to geopoints do the right thing ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
