Skip to content

Commit

Permalink
merged all changes from collaborators, thanks btw, fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MattG committed Sep 20, 2010
2 parents 0cc129a + b30a620 commit 47492ff
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ def build_adaptive_payment_pay_request opts
x.memo opts[:memo] if opts[:memo]
x.pin opts[:pin] if opts[:pin]
x.currencyCode opts[:currency_code] ||= 'USD'
if opts[:sender_email]
x.senderEmail opts[:sender_email]
end
x.senderEmail opts[:senders_email] if opts[:senders_email]
x.receiverList do |x|
opts[:receiver_list].each do |receiver|
x.receiver do |x|
Expand Down

0 comments on commit 47492ff

Please sign in to comment.