lib/active_merchant/billing/gateways/mundipagg.rb in activemerchant-1.105.0 vs lib/active_merchant/billing/gateways/mundipagg.rb in activemerchant-1.106.0

- old
+ new

@@ -59,10 +59,10 @@ add_invoice(post, money, options) commit('capture', post, authorization) end def refund(money, authorization, options={}) - add_invoice(post={}, money, options) + add_invoice(post = {}, money, options) commit('refund', post, authorization) end def void(authorization, options={}) commit('void', nil, authorization)