zuora_api 1.7.45 → 1.7.46

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: e353ae18d8ad1c0601b8bb92a40804f88781ba32be2a5196870f125869dc8eb1
4
- data.tar.gz: f087799a2134d2c9f33e8970f5c60c0faea80e788d9549100103ffdcd0d297b9
3
+ metadata.gz: f054d8062406905de090c7b6776c14025c5c3c5c35c0e4956d6e31f3a9db0d4b
4
+ data.tar.gz: be94cd7bd5ffa2c462bd177a7e099efdc495da806bc770a4ca7dfefb1f82b4b6
5
5
  SHA512:
6
- metadata.gz: 4f948a1d0f0b04cbd14dcaff50f7c699c3195c8710ecb70a22802f4e4298bd6769b674ad2302e279fce1b2894ffe1b7ca8b7c6522ccc6ddc31735a3d27342ac0
7
- data.tar.gz: 6d10f65bb4f49332d96d296c9167748e79129ac61a9f086ac1834a7671c32ecd7c089e1c38bf7678ee4211a6721e0f5c1e68a5199bfdcba37582beae1e9add3f
6
+ metadata.gz: ab855eef02dcdb0250909817cb08d6f5e6dbb0cafccdeba9189d3b35d4e4097e144ddb55c4a14828b43b57082a3bf3a31e1cd95533d3f259ad61b2f8856296f0
7
+ data.tar.gz: 65066319073e08211bdb469286d0657a0abf565ff0d8e687b37c0ebbcbcd867d4fa36d66f56e9adfb43ea00016671403522bbd5388f64135de6b7d4e2e1302d9
@@ -603,9 +603,9 @@ module ZuoraAPI
603
603
  reason = body.xpath('//ns2:StatusReason', 'ns2' => 'http://object.api.zuora.com/').text
604
604
  if reason.present?
605
605
  message = body.xpath('//ns2:StatusReason', 'ns2' => 'http://object.api.zuora.com/').text
606
- error = message.include?('Unexpected error') ? 'UNEXPECTED_ERROR' : 'FAIL_ERROR'
606
+ error = message.include?('Unexpected error') ? 'UNEXPECTED_ERROR' : 'FATAL_ERROR'
607
607
  else
608
- error = 'UNEXPECTED_ERROR'
608
+ error = 'FATAL_ERROR'
609
609
  message = 'Export failed due to unknown reason. Consult api logs.'
610
610
  end
611
611
  end
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.7.45"
2
+ VERSION = "1.7.46"
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.7.45
4
+ version: 1.7.46
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: 2020-02-14 00:00:00.000000000 Z
11
+ date: 2020-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler