Skip to content

Commit e98f4f7

Browse files
authored
Setting verification of SSL to false by default
1 parent aab281a commit e98f4f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/cybersource-ruby-template/configuration.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ module {{moduleName}}
127127
@api_key_prefix = {}
128128
@timeout = 0
129129
@client_side_validation = true
130-
@verify_ssl = true
131-
@verify_ssl_host = true
130+
@verify_ssl = false
131+
@verify_ssl_host = false
132132
@params_encoding = nil
133133
@cert_file = nil
134134
@key_file = nil

0 commit comments

Comments
 (0)