# File lib/active_merchant/billing/gateways/payflow_express.rb, line 15
      def authorize(money, options = {})
        requires!(options, :token, :payer_id)
        request = build_sale_or_authorization_request('Authorization', money, options)
        commit(request)
      end