# File lib/active_merchant/billing/gateways/merchant_e_solutions.rb, line 60 def refund(money, identification, options = {}) commit('U', money, options.merge(:transaction_id => identification)) end