zuora_connect 3.0.0.pre.e → 3.0.0.pre.f
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: b446d43b611937f6dd159be0509d2baade4dce7db52381560ec571ef3b4e638a
|
4
|
+
data.tar.gz: 0bde587c9f97c73708e3f47a07138b81a4948c99f41250f4043625757d84fe07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 817077fec00084059fe4eeff8809e6b340e55a57a35b4d267c89bdd9ceda2fabeb1f925113ae8a95e8380b504587d53539bbc7ab97416924413d9e061d4ce916
|
7
|
+
data.tar.gz: 85ac6b9700e02395ed1bcb73eec74163780f284de4cefe7c76db6e6c4dd636d1868115e1c0bf06be9ae5034c06b7b460274265635d59e447c4dd3157d65f81cd
|
@@ -152,7 +152,8 @@ module ZuoraConnect
|
|
152
152
|
if ZuoraConnect.configuration.mode != "Production"
|
153
153
|
mock_task_data = {
|
154
154
|
"id" => ZuoraConnect.configuration.dev_mode_appinstance,
|
155
|
-
"mode" => ZuoraConnect.configuration.dev_mode_mode
|
155
|
+
"mode" => ZuoraConnect.configuration.dev_mode_mode,
|
156
|
+
"name" => "Developer Instance"
|
156
157
|
}
|
157
158
|
|
158
159
|
case ZuoraConnect.configuration.dev_mode_options.class
|
@@ -168,7 +169,7 @@ module ZuoraConnect
|
|
168
169
|
end
|
169
170
|
|
170
171
|
self.build_task(task_data: mock_task_data, session: session)
|
171
|
-
self.set_backup_creds
|
172
|
+
self.set_backup_creds if !self['zuora_logins'].present?
|
172
173
|
self.last_refresh = Time.now.to_i
|
173
174
|
else
|
174
175
|
time_expire = (session["#{self.id}::last_refresh"] || Time.now).to_i - INSTANCE_REFRESH_WINDOW.ago.to_i
|
@@ -681,7 +681,6 @@ module ZuoraConnect
|
|
681
681
|
|
682
682
|
values = {
|
683
683
|
id: ZuoraConnect.configuration.dev_mode_appinstance,
|
684
|
-
name: "Developer Instance",
|
685
684
|
access_token: ZuoraConnect.configuration.dev_mode_user,
|
686
685
|
refresh_token: ZuoraConnect.configuration.dev_mode_pass,
|
687
686
|
token: ZuoraConnect.configuration.dev_mode_pass+ZuoraConnect.configuration.dev_mode_pass,
|
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: 3.0.0.pre.
|
4
|
+
version: 3.0.0.pre.f
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Connect Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-12-
|
11
|
+
date: 2020-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: apartment
|