Skip to content

Commit

Permalink
remove extra param
Browse files Browse the repository at this point in the history
  • Loading branch information
rromanchuk committed Dec 5, 2011
1 parent 50ea782 commit cf5eaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paypal_adaptive/config.rb
Expand Up @@ -44,7 +44,7 @@ def load(environment, config_override)
@api_base_url = API_BASE_URL_MAPPING[pp_env]

# http.rb requires headers to be strings. Protect against ints in paypal_adaptive.yml
config.update(config)){ |key,v| v.to_s }
config.update(config){ |key,v| v.to_s }
@headers = {
"X-PAYPAL-SECURITY-USERID" => config['username'],
"X-PAYPAL-SECURITY-PASSWORD" => config['password'],
Expand Down

0 comments on commit cf5eaef

Please sign in to comment.