zuora_connect 2.0.57q → 2.0.57r
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: 21a1c72866b5be334143271719a3ae634aa0d6c3d7a2ed2be19ae31abc0478ce
|
4
|
+
data.tar.gz: 91921959627af05b7418817c154124b5a32394c3af51b30578b423e476fceaf6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e07e1f22b96386376e6cfb9877825bc8a145d9dbba2c603f16013124991b74502a25caf05b3efdac8450daa116956540c452e39bd21fe18c93eed13f65f3671
|
7
|
+
data.tar.gz: 159d30660b0b7d70d3094db575b12f508ae7569d6234822144bec1cada26eb4e86069f3b00e0e0ae422a507b0ea4d97815b0b52b7723a12e1387e672360fb7ff
|
@@ -330,8 +330,8 @@ module ZuoraConnect
|
|
330
330
|
end
|
331
331
|
end
|
332
332
|
end
|
333
|
-
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)
|
334
333
|
end
|
334
|
+
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)
|
335
335
|
end
|
336
336
|
|
337
337
|
zuora_user_id = cookies['Zuora-User-Id'] || session["ZuoraCurrentIdentity"]['userId']
|