Skip to content

Commit

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

# The list of products added to the order
attr_accessor :extra_amount

# The list of products added to the order
attr_accessor :products

Expand Down

0 comments on commit adae261

Please sign in to comment.