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 +4 -4
- data/lib/zuora_connect/controllers/helpers.rb +1 -1
- data/lib/zuora_connect/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6cf26dfae5bc317bcd202e4e84ff79fd3bc7a456d3117b28eaa755b6487505d1
|
|
4
|
+
data.tar.gz: 6d742a3a9acf27efdd86804245ee9e192dd6d464ef8e6fbec7c283cf16bfd139
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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)
|