# File lib/active_merchant/billing/gateways/authorize_net_cim.rb, line 195 def get_customer_profile(options) requires!(options, :customer_profile_id) request = build_request(:get_customer_profile, options) commit(:get_customer_profile, request) end