# File lib/active_merchant/billing/gateways/merchant_ware.rb, line 108
      def refund(money, reference, options = {})
        perform_reference_credit(money, reference, options)
      end