zuora_connect 2.0.5zd → 2.0.5ze
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 +4 -4
- data/lib/zuora_connect/controllers/helpers.rb +1 -2
- data/lib/zuora_connect/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b1540c24b739efcb771d3b5b7306012e1a335ec0266dba93be95bce836e9f06
|
4
|
+
data.tar.gz: fb1b24336de23f6dd21056114ced51a513a48004cbd200e2617453465f39fc7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0bee3bb92cffa26681e6a6f4787073e5bbe1fc4bbea92e3952d01145cd245c72b9d9d34a40c7188078e44db2d90cf3eb2b6af174283360be929c5b87afc82a9
|
7
|
+
data.tar.gz: ec6a9d717083b8033eab8869159ba86418fd1a50ebe47d9fda89182edf37f71af224697448d139dee81a0dd89d315ba72856e80877c2dea9d1ae7e9cd6baf81d
|
@@ -186,7 +186,6 @@ module ZuoraConnect
|
|
186
186
|
appinstances = ZuoraConnect::AppInstance.where("zuora_entity_ids ?& array[:entities] = true AND zuora_domain = :host", entities: [zuora_entity_id], host: zuora_client.rest_domain).pluck(:id, :name)
|
187
187
|
|
188
188
|
if appinstances.size > 0
|
189
|
-
ZuoraConnect.logger.warn("tuckertest 1 - appinstances greater than 0")
|
190
189
|
redirect_to "https://#{zuora_host}/apps/newlogin.do?retURL=#{request.fullpath}"
|
191
190
|
return
|
192
191
|
end
|
@@ -263,7 +262,7 @@ module ZuoraConnect
|
|
263
262
|
|
264
263
|
rescue ZuoraAPI::Exceptions::ZuoraAPIAuthenticationTypeError => ex
|
265
264
|
session.clear
|
266
|
-
ZuoraConnect.logger.warn(
|
265
|
+
ZuoraConnect.logger.warn(ex)
|
267
266
|
redirect_to "https://#{zuora_host}/apps/newlogin.do?retURL=#{request.fullpath}"
|
268
267
|
return
|
269
268
|
rescue => ex
|
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: 2.0.
|
4
|
+
version: 2.0.5ze
|
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-08-
|
11
|
+
date: 2019-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: apartment
|