zuora_connect 3.0.2.pre.n → 3.0.2.pre.o
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 +2 -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: 2bd25da8b7bef180f1db3409d96382e2cab6dd22c8aa2d4d26d11c530dee0b28
|
|
4
|
+
data.tar.gz: a82218e2fce83bf45891ef2b0e0ec0ca7afc6370cf472abaf31197ecd2c35538
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89bcf569348d946537bf2e1818bfef73fc72397d12e7100e5b6f99edcab64f617d800927daca5a1c3d1734ae6a6a9ee932a329c1f648193eaa79fbfa7ec92b79
|
|
7
|
+
data.tar.gz: d015ddfba7e40c746efcc1d1100195a89e8c2394b26d38bf70144e5080e5fbc46c01051bf0efa9539a42844e25f63f4f822e6c97b689c6866829b4af50583c34
|
|
@@ -462,7 +462,7 @@ module ZuoraConnect
|
|
|
462
462
|
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)
|
|
463
463
|
|
|
464
464
|
if appinstances.size > 0
|
|
465
|
-
redirect_to "https://#{zuora_host}/apps/newlogin.do?retURL=#{request.fullpath}"
|
|
465
|
+
redirect_to "https://#{zuora_host}/apps/newlogin.do?retURL=#{request.fullpath}&pos=0"
|
|
466
466
|
return
|
|
467
467
|
end
|
|
468
468
|
end
|
|
@@ -556,7 +556,7 @@ module ZuoraConnect
|
|
|
556
556
|
else
|
|
557
557
|
ZuoraConnect.logger.info("UI Authorization Error", ex, response: { params: final_error })
|
|
558
558
|
end
|
|
559
|
-
redirect_to "https://#{zuora_host}/apps/newlogin.do?retURL=#{request.fullpath}"
|
|
559
|
+
redirect_to "https://#{zuora_host}/apps/newlogin.do?retURL=#{request.fullpath}&pos=1"
|
|
560
560
|
return
|
|
561
561
|
|
|
562
562
|
rescue ZuoraAPI::Exceptions::ZuoraAPIError, Exception => 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: 3.0.2.pre.
|
|
4
|
+
version: 3.0.2.pre.o
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Connect Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: apartment
|