marketo 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/marketo/client.rb +2 -0
  2. metadata +3 -3
@@ -106,6 +106,7 @@ module Rapleaf
106
106
  :attribute => attributes}}})
107
107
  return LeadRecord.from_hash(response[:success_sync_lead][:result][:lead_record])
108
108
  rescue Exception => e
109
+ @logger.log(e) if @logger
109
110
  return nil
110
111
  end
111
112
  end
@@ -147,6 +148,7 @@ module Rapleaf
147
148
  response = send_request("ns1:paramsGetLead", {:lead_key => lead_key.to_hash})
148
149
  return LeadRecord.from_hash(response[:success_get_lead][:result][:lead_record_list][:lead_record])
149
150
  rescue Exception => e
151
+ @logger.log(e) if @logger
150
152
  return nil
151
153
  end
152
154
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marketo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 4
10
- version: 1.2.4
9
+ - 5
10
+ version: 1.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - James O'Brien