# File lib/active_merchant/billing/integrations/payflow_link/helper.rb, line 60 def form_fields token, token_id = request_secure_token {"securetoken" => token, "securetokenid" => token_id, "mode" => test? ? "test" : "live"} end