From adae26129d7528334bf3a36d39eea1bcfb899041 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 28 Jun 2012 03:14:45 -0300 Subject: [PATCH] Extra amount adjustment --- lib/pagseguro/order.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/pagseguro/order.rb b/lib/pagseguro/order.rb index 50a1191..90fade9 100644 --- a/lib/pagseguro/order.rb +++ b/lib/pagseguro/order.rb @@ -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