lib/active_merchant/billing/gateways/payscout.rb in activemerchant-1.83.0 vs lib/active_merchant/billing/gateways/payscout.rb in activemerchant-1.84.0
- old
+ new
@@ -39,10 +39,9 @@
post[:transactionid] = authorization
commit('capture', money, post)
end
-
def refund(money, authorization, options = {})
post = {}
post[:transactionid] = authorization
commit('refund', money, post)