# File lib/active_merchant/billing/gateways/efsnet.rb, line 27
      def authorize(money, creditcard, options = {})
        request = build_credit_card_request(money, creditcard, options)
        commit(:credit_card_authorize, request)
      end