# File lib/active_merchant/billing/gateways/payflow.rb, line 65 def recurring_inquiry(profile_id, options = {}) request = build_recurring_request(:inquiry, nil, options.update( :profile_id => profile_id )) commit(request, :recurring) end