crm_integration 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ module LeadMapping
6
6
  last_name: rd_lead.last_name,
7
7
  company: rd_lead.company,
8
8
  email: rd_lead.email,
9
- job_title: rd_lead.job_title,
9
+ designation: rd_lead.job_title,
10
10
  phone: rd_lead.phone,
11
11
  website: rd_lead.website
12
12
  }
@@ -4,7 +4,7 @@ class CrmIntegrationGenerator < Rails::Generators::Base
4
4
  require 'ruby_zoho'
5
5
 
6
6
  RubyZoho.configure do |config|
7
- config.api_key = 'b45751924308154cabece0310eface13'
7
+ config.api_key = 'your api key here'
8
8
  end
9
9
  FILE
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crm_integration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: