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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ed675191205fa62146442e58b56fe85a476e45bad6bd03af8f7a65a796b987a
4
- data.tar.gz: e66d8798fd4ed8cee1e78b7dc42614fc4d0388c92b7ddbf919dd1b6769469e3a
3
+ metadata.gz: a3e2ae11edcb9b8ba9163a17f82ea1763e22fb10c080f39a29dabdc42b693664
4
+ data.tar.gz: 3e94f748f0d7ed16db8a60f086de478b93f4d0734d79c7b70b47549f7464fa7b
5
5
  SHA512:
6
- metadata.gz: '018d6804cfecdeb1bdfbe4a91ab2e7de08c4c275ed3ddcfafb1d0b6a350873cb26b69ff9d5f6bcc2d85c909b51c2e7128bdf3d0f8cdfbc47c261d33e8ac383c5'
7
- data.tar.gz: 7b51d8503dd79a53bbac649668e8104e4fef4d797872c67bea2ef1c2241fc8caa4e13f15352797e9a65e165fa387eebf7572a34bc1e8b88779855a73b04c93db
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 || zuora_user_id == "2c92c0f8699ebeaa0169a5c3aa424ff8"
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
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "2.0.5zc"
2
+ VERSION = "2.0.5zd"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5zc
4
+ version: 2.0.5zd
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team