zuora_connect 1.7.84d → 1.7.84e
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 +6 -5
- 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: 1d5c73b136436e46dba71406995983f5c8e711334dbd4ffebf9f533e970df302
|
4
|
+
data.tar.gz: 71d223b8a461ac308346287d24486a84593d077b49a4c55812ec8073a2b509e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '088eb5af9bbcde01138af17ee0aac64d623be14739a224bb148d70b5f155f4dcfe4ef6b77a1c6bf5ef59c813cf83954178c46bd20507b51c050a23434833d85b'
|
7
|
+
data.tar.gz: 2d437af34ceac35abecb28ec234e2c8079d66bccb4beb2e58f8ba9631da0158a1dc883b98b5c4703c747d28ca8e9a8dcf132911ea3e320a46364834b725421b7
|
@@ -219,11 +219,12 @@ module ZuoraConnect
|
|
219
219
|
end
|
220
220
|
|
221
221
|
def setup_instance_via_session
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
222
|
+
Rails.logger.fatal("appInstance is present: #{session["appInstance"].present?}")
|
223
|
+
# if session["appInstance"].present?
|
224
|
+
# @appinstance = ZuoraConnect::AppInstance.where(:id => session["appInstance"]).first
|
225
|
+
# else
|
226
|
+
# raise ZuoraConnect::Exceptions::SessionInvalid.new("Session Blank -- Relaunch Application")
|
227
|
+
# end
|
227
228
|
end
|
228
229
|
|
229
230
|
def setup_instance_via_dev_mode
|