# File lib/active_merchant/billing/gateways/payflow.rb, line 16
      def authorize(money, credit_card_or_reference, options = {})
        request = build_sale_or_authorization_request(:authorization, money, credit_card_or_reference, options)
      
        commit(request)
      end