# File lib/active_merchant/billing/gateways/realex.rb, line 71
      def refund(money, authorization, options = {})
        request = build_refund_request(money, authorization, options)
        commit(request)
      end