zuora_connect 2.0.5zc → 2.0.5zd
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 -1
- data/lib/zuora_connect/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3e2ae11edcb9b8ba9163a17f82ea1763e22fb10c080f39a29dabdc42b693664
|
4
|
+
data.tar.gz: 3e94f748f0d7ed16db8a60f086de478b93f4d0734d79c7b70b47549f7464fa7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33713fdd0b3ae0b3797697ba9dab08c3c2a660d8ef2f3f0d17d84286f9ac3e13bf0b43b9a14b1175725d86ee26e67818d3828266b17d06bac918fc2352627657
|
7
|
+
data.tar.gz: 2af462e21d783c44adaae0bbc2232d437042b34cdf34091c7e045615af9c7c06fd0deb21bdec5bb0a86abafb6eeab534518b345456c7974f3cba918b43924762
|
@@ -185,7 +185,7 @@ module ZuoraConnect
|
|
185
185
|
ActiveRecord::Base.connection.execute('LOCK public.zuora_users IN ACCESS EXCLUSIVE MODE')
|
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
|
-
if appinstances.size > 0
|
188
|
+
if appinstances.size > 0
|
189
189
|
ZuoraConnect.logger.warn("tuckertest 1 - appinstances greater than 0")
|
190
190
|
redirect_to "https://#{zuora_host}/apps/newlogin.do?retURL=#{request.fullpath}"
|
191
191
|
return
|