Skip to content

Commit

Permalink
Add extra amount to order
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 28, 2012
1 parent 6cbc039 commit 7bd94c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/pagseguro/order.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ class Order
:address_country => "cliente_pais",
:phone_area_code => "cliente_ddd",
:phone_number => "cliente_tel",
:email => "cliente_email"
:email => "cliente_email",
:extra_amount => "extra_amount"
}

# The list of products added to the order
Expand Down

0 comments on commit 7bd94c2

Please sign in to comment.