zuora_api 1.9.02 → 1.9.03

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: 920e55fd117bee280019ee427eaa7ab863c2815845589dd635410d0748d0758d
4
- data.tar.gz: f491d59d805dcdccfa3c4ede48ca0bf45ed4e14d3325a6ab4d7da90a3c682eb2
3
+ metadata.gz: 99cecc664e935a4951c1362dfdae716b2f5041f80d2290d2107dcadcaf2664ec
4
+ data.tar.gz: 7c8a1a54fe1d1844e786643af420e61c7163df1980ebf430a0dccc2128579ff7
5
5
  SHA512:
6
- metadata.gz: 94956aa752fef26412f20338aa0172a2a66dfb96f0c61f5a18c9953ab3ee63353e6e6ca220e4dc08a23b21f2b6bb53f00cb2e6f47a2e6325f3e1d7c2bb594d97
7
- data.tar.gz: 7d7d858162755f632cce0daf4bdd605c96af943477e55b5f17f2bda5d5b6e2cfb80c3a5325d86572f5d9e93ee3384ce1ecd2ba16e86da7dbcd32c1a450128333
6
+ metadata.gz: ecf9bd861187ee9452d1f1faaf6c0466d5f321a369076f28d850919bbb97c6093c7970f2c8fae460eb87ee19b39ee7d1dfc483bfaf5b2241a2f32af28118aa73
7
+ data.tar.gz: dd7544090da85c115346879a1b233ce4120cde4999b28a328a4eab0f073de2e4531a318ee011f69d00779f3e544e616e85b22ee713ca10159080b97f31148e17
@@ -561,12 +561,12 @@ module ZuoraAPI
561
561
  request: {
562
562
  method: ex.response.request.http_method.to_s.split("Net::HTTP::").last.upcase,
563
563
  params: ex.response.request.raw_body.to_s,
564
- headers_blob: ex.response.request.options[:headers].map{|k,v| [k.to_s, k.to_s.downcase.strip == "authorization" ? "VALUE FILTERED" : v]}.to_h.to_s,
564
+ headers: ex.response.request.options[:headers].map{|k,v| [k.to_s, k.to_s.downcase.strip == "authorization" ? "VALUE FILTERED" : v]}.to_h,
565
565
  },
566
566
  response: {
567
567
  status: ex.response.code,
568
568
  params: ex.response.body.to_s,
569
- headers_blob: ex.response.headers.to_s,
569
+ headers: ex.response.headers,
570
570
  },
571
571
  zuora_trace_id: ex.response.headers["zuora-request-id"],
572
572
  zuora_track_id: ex.response.request.options[:headers]["Zuora-Track-Id"],
@@ -577,7 +577,7 @@ module ZuoraAPI
577
577
  request: {
578
578
  method: ex.request.http_method.to_s.split("Net::HTTP::").last.upcase,
579
579
  params: ex.request.options[:body],
580
- headers_blob: ex.request.options[:headers].map{|k,v| [k.to_s, k.to_s.downcase.strip == "authorization" ? "VALUE FILTERED" : v]}.to_h.to_s
580
+ headers: ex.request.options[:headers].map{|k,v| [k.to_s, k.to_s.downcase.strip == "authorization" ? "VALUE FILTERED" : v]}.to_h
581
581
  }
582
582
  })
583
583
  args.merge!({
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.9.02"
2
+ VERSION = "1.9.03"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.02
4
+ version: 1.9.03
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zuora Strategic Solutions Group
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-19 00:00:00.000000000 Z
11
+ date: 2021-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler