zuora_connect 2.0.57c → 2.0.57d

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: 50b67a20d872cea7f5fdb06fbf74a8a5da78d81d754db2e910a097975ce8690f
4
- data.tar.gz: 8c8de8f03df3794ce84750ae77d88a3c50d8f5344da539d54b72fe2e35ace705
3
+ metadata.gz: 6cf26dfae5bc317bcd202e4e84ff79fd3bc7a456d3117b28eaa755b6487505d1
4
+ data.tar.gz: 6d742a3a9acf27efdd86804245ee9e192dd6d464ef8e6fbec7c283cf16bfd139
5
5
  SHA512:
6
- metadata.gz: 4a12ac805026be398eb37af9c808c49adb459b1f0bf6a28dc27396ad446bb257b4d6ed89a31c0728b95e3e53e41990baf7cd6da3d5b3b713bc80c113d1eec391
7
- data.tar.gz: 0e0f54ba8e4e6e1fdfec0444d0d86a41949455f1512725c50107e4ebc4778b707e173d7be65547fab40a37bb6db93e3c17120119e34821b58ee66c50626e87ee
6
+ metadata.gz: 8204fd396497aebd6e8cadf6b514aa98b8a5244fa1a86765c4dd10f11a3bb5da7288da0e8f00e10ace9a2340059dbc11fe7dcc8804db535ba838cb86c633a6fd
7
+ data.tar.gz: b36c29286335269cf716de4b22a739c64b742b03548ace20258c0fdae576a1e72f0090c53481de93ade551d7dcfc5b2679736452b51292c8e8579e01628fe2f5
@@ -479,7 +479,7 @@ module ZuoraConnect
479
479
  rescue ZuoraAPI::Exceptions::ZuoraAPIError, Exception => ex
480
480
  if ex.message.include?("Referenced User resource(s) not found") && ex.class == ZuoraAPI::Exceptions::ZuoraAPIError
481
481
  locals = {title: "Provisioning Error", message: "New tenats need to be provisioned by API Gateway('#{ex.message}'). Please contact support."}
482
- render "zuora_connect/static/error_handled", locals: locals, status: 400, layout: false}
482
+ render "zuora_connect/static/error_handled", locals: locals, status: 400, layout: false
483
483
  else
484
484
  session.clear
485
485
  if defined?(ex.response) && ex.response.present? && defined?(ex.response.body)
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "2.0.57c"
2
+ VERSION = "2.0.57d"
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.57c
4
+ version: 2.0.57d
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team