zuora_connect 2.0.3g → 2.0.3h

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: 5ea38482aef642ebd188f3bd633184d3dfb82cb5e8a14e47a8a54b95da8512f6
4
- data.tar.gz: e9910981c7a6e590eddac9382a4b97dad732b958b32bc64e7084c315f84bce62
3
+ metadata.gz: 3b2c1791340b720eddb693362e795453bd1b3eca5e04adda7e96cea2adaed932
4
+ data.tar.gz: '08ba38e070fc71733f4b0a54b0cfd43c2b75a9df5b5fa10f6738666aa225924e'
5
5
  SHA512:
6
- metadata.gz: 9ff8414184f681c1c10c365c193997f72e616eeb33be972b5d61eefadebf4338a9a5b0798c3c10daece325975d616477338b60b4bb4a5676bbd6fdc1d1722205
7
- data.tar.gz: 92bea246725a6308ad17afb0f485ecb5875a036c2e417c1a1ba68251e16b63884f88320bc33b5a0e944eea7fdf930c5562272ee075cccaa0d3be2032e5009f27
6
+ metadata.gz: 6c90df0df4f66fb258067a9ea6697f1c444dd1bf80c2acb998806d0debd877cc5ba7b13c153adf6225d3ef0689d0ef65c388ac37bfe1b5e22a7bed0464de5020
7
+ data.tar.gz: 537e4993c9367b87e312f91201c8323e8b4d342bcc7f74b33646fe16ec01282a72e6446d732e36e6dd7d7b8ae06e6b9f4142893c7c65ddc6220b6b1cced150b0
@@ -144,8 +144,7 @@ module ZuoraConnect
144
144
  if params[:app_instance_ids].present?
145
145
  begin
146
146
  navbar, response = zuora_client.rest_call(url: zuora_client.rest_endpoint("navigation"))
147
-
148
- urls = a['menus'].map {|x| x['url']}
147
+ urls = navbar['menus'].map {|x| x['url']}
149
148
  app_env = ENV["DEIS_APP"] || "xyz123"
150
149
  url = urls.compact.select {|url| File.basename(url).start_with?(app_env + '?')}.first
151
150
  task_ids = JSON.parse(Base64.urlsafe_decode64(CGI.parse(URI.parse(url).query)["app_instance_ids"][0]))
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "2.0.3g"
2
+ VERSION = "2.0.3h"
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.3g
4
+ version: 2.0.3h
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team