From 76bd1c503fd688b6859e7d79426acd986e6c63f7 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 28 Jun 2012 03:19:56 -0300 Subject: [PATCH] Extra amount adjustment --- lib/pagseguro/order.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pagseguro/order.rb b/lib/pagseguro/order.rb index 90fade9..dc80d6e 100644 --- a/lib/pagseguro/order.rb +++ b/lib/pagseguro/order.rb @@ -16,7 +16,7 @@ class Order :email => "cliente_email" } - # The list of products added to the order + # Optional: extra amount on the purchase (negative for discount attr_accessor :extra_amount # The list of products added to the order