# File lib/active_merchant/billing/gateways/authorize_net_cim.rb, line 109 def create_customer_profile(options) # TODO Add requires request = build_request(:create_customer_profile, options) commit(:create_customer_profile, request) end