Skip to content

Commit aa9d1cf

Browse files
committed
Hiding Solution ID header
1 parent a72f364 commit aa9d1cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,9 +1326,9 @@ public class ApiClient {
13261326
addDefaultHeader("Authorization", token);
13271327
}
13281328

1329-
if (merchantConfig.getSolutionId() != null && !merchantConfig.getSolutionId().isEmpty()) {
1330-
addDefaultHeader("v-c-solution-id", merchantConfig.getSolutionId());
1331-
}
1329+
// if (merchantConfig.getSolutionId() != null && !merchantConfig.getSolutionId().isEmpty()) {
1330+
// addDefaultHeader("v-c-solution-id", merchantConfig.getSolutionId());
1331+
// }
13321332
}
13331333

13341334
if (versionInfo != null && !versionInfo.isEmpty()) {

0 commit comments

Comments
 (0)