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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c27cfceb12eeae4921b13ceab4b3b8e5c6c1925f844a7032c617fe5fedf8f5b
4
- data.tar.gz: 3582db9353b5a5ec63f1ea4895f528e26c44c3850485a348cce034887943e7bd
3
+ metadata.gz: 2bd25da8b7bef180f1db3409d96382e2cab6dd22c8aa2d4d26d11c530dee0b28
4
+ data.tar.gz: a82218e2fce83bf45891ef2b0e0ec0ca7afc6370cf472abaf31197ecd2c35538
5
5
  SHA512:
6
- metadata.gz: 9c42c8aad6224ee3ae404144ada0c3bef3103bf37b68aecf55c8568b104029abf6c6594ce7b3d2495f9795bfc3041d0d5835d8cd28d9d40decc94a38fc76c4ee
7
- data.tar.gz: eb3c09773b110791371877e58c24d3ddecbc4e77e498f3059f89c9531caf5d4c3d3c7bf8fa131f79104fec935ea5f1508ef9815e7e5bd3096b79c4ae3e0de8dd
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZuoraConnect
4
- VERSION = "3.0.2-n"
4
+ VERSION = "3.0.2-o"
5
5
  end
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.n
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-02-10 00:00:00.000000000 Z
11
+ date: 2022-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apartment