zuora_connect 1.7.81w → 1.7.81x
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f80aee3a0290ca334be6ccd43268636679d7f9b1f8e2cf6fed06dd768c5d94c9
|
4
|
+
data.tar.gz: 8c13470376607775b70dc1a351c7ce32c3322b18ebda92c5051934554194436b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d65d7c9221a57920a55ffebfbc6b7c763c6c630ae233e5c3c7156ef5bd18439ce7626de4ea11b49ab780387f14ace6bf17fade3996b0eac89031dd291025355
|
7
|
+
data.tar.gz: de79a15f2bc03bb5add0945aa631b6604188e38df6d7a99d9ffa291dae0fc3ffea033139a3e5d636823d83176e40dbb3a1621d0f8c58cf14cace9ccaed75c465
|
@@ -18,7 +18,7 @@ module Resque
|
|
18
18
|
when "Hash"
|
19
19
|
data = args.merge({:worker_class => self.to_s})
|
20
20
|
end
|
21
|
-
Rails.logger.info({:msg => 'Starting job', :job => data})
|
21
|
+
Rails.logger.info({:msg => 'Starting job', :job => data}) if data.present?
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
@@ -170,7 +170,6 @@ module ZuoraConnect
|
|
170
170
|
def setup_instance_via_data
|
171
171
|
session.clear
|
172
172
|
values = JSON.parse(ZuoraConnect::AppInstance.decrypt_response(Base64.urlsafe_decode64(request["data"])))
|
173
|
-
ZuoraConnect.logger.debug("Data: #{values.to_json}")
|
174
173
|
if values["param_data"]
|
175
174
|
values["param_data"].each do |k ,v|
|
176
175
|
params[k] = v
|
@@ -185,7 +184,7 @@ module ZuoraConnect
|
|
185
184
|
session["#{values["appInstance"]}::user::email"] = values["current_user"]["email"]
|
186
185
|
end
|
187
186
|
|
188
|
-
ZuoraConnect.logger.debug(
|
187
|
+
ZuoraConnect.logger.debug({msg: 'Setup values', connect: values}) if Rails.env != "production"
|
189
188
|
|
190
189
|
@appinstance = ZuoraConnect::AppInstance.where(:id => values["appInstance"].to_i).first
|
191
190
|
if @appinstance.blank?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zuora_connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.81x
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Connect Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: apartment
|