Skip to content

Commit f9d4a43

Browse files
committed
Added minor change to template
1 parent 2768102 commit f9d4a43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ public class ApiClient {
12051205
*/
12061206
public Call buildCall(String path, String method, List<Pair> queryParams, Object body,
12071207
Map<String, String> headerParams, Map<String, Object> formParams, String[] authNames,
1208-
ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException {
1208+
ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, ConfigException {
12091209
12101210
//create reqHeader parameter here
12111211
Map<String, String> requestHeaderMap = new HashMap<String, String>();

0 commit comments

Comments
 (0)