# File lib/active_merchant/billing/gateways/payflow.rb, line 22
      def purchase(money, credit_card_or_reference, options = {})
        request = build_sale_or_authorization_request(:purchase, money, credit_card_or_reference, options)

        commit(request)
      end