zuora_api 1.7.65d → 1.7.65e

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4378b590458c431ed29397e2db3d2dfb192a5cda5e88cdbb7372748cb0a039a4
4
- data.tar.gz: ded3b02d61513e4b63fa426f9d487da302770724df9e8f7df5ff1c8c043627a2
3
+ metadata.gz: abffdf9c6298ccf256b1dfdae3232d66080ae349ca16d0cc257d81671244fd60
4
+ data.tar.gz: a86e9e56024321ca860e92df050407341b2c46ea07b592f604ebccc143810dc3
5
5
  SHA512:
6
- metadata.gz: 1ba5cee3c08537339902615885a9f4d6f808d3a1bb973dcc39e334be30e153b443ab1bb798de5691c0dffdeea844b3f4d292bf106f278d611749f512a7563332
7
- data.tar.gz: 82fb03c3825a44af2f051a6022461642ec57a330310ab010575f6421f1a8933af2c5c84b267f5d3226e9db0b2876b2a43ad4d0990d5b47ba42b166ad384a893c
6
+ metadata.gz: 24191f35512cf7a1a86fd8f807bb051bd69b6aa7ab9ca7517ede2432fec08b0e06cbe52dc64fb5c86cd58ad87275fe63b312aed3859372f2c28b64d139727db7
7
+ data.tar.gz: 1c19a627ca1a287645c61078d667090ba84d185795d6d434245ab077531afca16f29b37168d4b3cab2cffc60d8e332f651842d37a5179d651c8e3942bfdff5f6
@@ -652,7 +652,7 @@ module ZuoraAPI
652
652
  if reporting_message&.include?("com.zuora.rest.RestUsageException: The user does not have permissions for this API.")
653
653
  raise ZuoraAPI::Exceptions::ZuoraAPIError.new(reporting_message, response)
654
654
  elsif reporting_message&.include?("500 Internal Server Error")
655
- raise ZuoraAPI::Exceptions::ZuoraAPIInternalServerError.new("Internal Server Error. The Reporting API is down. Contact Support.")
655
+ raise ZuoraAPI::Exceptions::ZuoraAPIInternalServerError.new("Internal Server Error. The Reporting API is down. Contact Support.", response)
656
656
  end
657
657
  case match_string
658
658
  when /^GET::400::\/api\/rest\/v1\/reports\/(reportlabels\/)?([a-zA-Z0-9\-_]+)\/report-details$/ # Get report, capture of the id is present if needed in future error responses.
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.7.65d"
2
+ VERSION = "1.7.65e"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.65d
4
+ version: 1.7.65e
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zuora Strategic Solutions Group