Skip to content

Commit

Permalink
Merge pull request #2 from cmschuetz/12.X
Browse files Browse the repository at this point in the history
fix: nil defaults for proxy_addr & proxy_port
  • Loading branch information
Swapnil Hande committed Apr 5, 2018
2 parents 8aa702e + f6041e6 commit 3359f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/EnvironmentVariables.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ def initialize
@currency_merchant_map = ''
@default_report_group = 'Default Report Group'
@url = ''
@proxy_addr = ''
@proxy_port = ''
@proxy_addr = nil
@proxy_port = nil
@sftp_username = ''
@sftp_password = ''
@sftp_url = ''
Expand Down

0 comments on commit 3359f2e

Please sign in to comment.