@@ -457,6 +457,7 @@ func formatDisplacement(reqMap map[string]interface{}) {
switch v.(type) {
case string:
temp, _ = strconv.Atoi(v.(string))
+
case float64:
temp = int(v.(float64))
case int64: