Skip to content

Commit 702371a

Browse files
committed
- Removed logging of Token
1 parent c827f98 commit 702371a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/cybersource_rest_client/api_client.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ def CallAuthenticationHeader(http_method, path, body_params, header_params, quer
222222
token = "Bearer " + token
223223
header_params['Authorization'] = token
224224
end
225-
header_params.each do |key, value|
226-
log_obj.logger.info("#{key} : #{value}")
227-
end
225+
# header_params.each do |key, value|
226+
# log_obj.logger.info("#{key} : #{value}")
227+
# end
228228
return header_params
229229
end
230230
def get_query_param(path, query_params)

0 commit comments

Comments
 (0)