Skip to content

Commit f101149

Browse files
committed
- Removing unwanted code
1 parent 4036296 commit f101149

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generator/cybersource-java-template/libraries/okhttp-gson/ApiClient.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,6 @@ public class ApiClient {
14401440
Gson gson = new Gson();
14411441
String jsonString = json.serialize(body);
14421442
formParams = gson.fromJson(jsonString, HashMap.class);
1443-
while (formParams.values().remove(null));
14441443
reqBody = buildRequestBodyFormEncoding(formParams);
14451444
} else if ("multipart/form-data".equals(contentType)) {
14461445
reqBody = buildRequestBodyMultipart(formParams);

0 commit comments

Comments
 (0)