Skip to content

Commit

Permalink
use application id
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Fix committed Nov 1, 2009
1 parent 9cb737d commit d555145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/adaptive_pay/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def headers(interface)
"X-PAYPAL-SECURITY-USERID" => interface.username.to_s,
"X-PAYPAL-SECURITY-PASSWORD" => interface.password.to_s,
"X-PAYPAL-SECURITY-SIGNATURE" => interface.signature.to_s,
"X-PAYPAL-APPLICATION-ID" => interface.application_id.to_s,
"X-PAYPAL-REQUEST-DATA-FORMAT" => "NV",
"X-PAYPAL-RESPONSE-DATA-FORMAT" => "NV"
}
Expand Down

0 comments on commit d555145

Please sign in to comment.