lib/active_merchant/billing/gateways/mundipagg.rb in activemerchant-1.86.0 vs lib/active_merchant/billing/gateways/mundipagg.rb in activemerchant-1.87.0

- old
+ new

@@ -175,10 +175,10 @@ post[:payment][:credit_card][:card][:holder_name] = payment.name post[:payment][:credit_card][:card][:exp_month] = payment.month post[:payment][:credit_card][:card][:exp_year] = payment.year post[:payment][:credit_card][:card][:cvv] = payment.verification_value post[:payment][:credit_card][:card][:holder_document] = options[:holder_document] if options[:holder_document] - add_billing_address(post,'credit_card', options) + add_billing_address(post, 'credit_card', options) end end def add_voucher(post, payment, options) post[:currency] = 'BRL'