Skip to content

Commit

Permalink
Update request.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
tonywongk committed Aug 31, 2015
1 parent ecacf00 commit f394128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paypal/payment/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def initialize(attributes = {})
:total => attributes[:amount],
:tax => attributes[:tax_amount],
:shipping => attributes[:shipping_amount],
:handing=> attributes[:handling_amount],
:handling=> attributes[:handling_amount],
:ship_disc=>attributes[:ship_disc]
)
end
Expand Down

0 comments on commit f394128

Please sign in to comment.