zuora_connect 2.0.32 → 2.0.33
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eacbe7353c9a554c594e45e5b866c96bceb77fc9cdbc8becb9604663d77025b2
|
4
|
+
data.tar.gz: b610930e37ca14598bb1a945720ebfaacfbd0cf6267e8ec3156c6cdb49ff83e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 832b93e085fc7e5e50df543cd67d845564d796e95041506a23e30e2a4ba91c245e0561d409f7053f52c3d75a4576615a5c6c6efb867df7acdc4ea79e5b92e644
|
7
|
+
data.tar.gz: 07352ca00153952db38286e978fb962da6d72bc5a0d38bcf3a2fbdbc05711ef3d76f46129be72239c674df8c17a8bc72d3e4cf12b79d0ee1e620400d379e7ad5
|
@@ -23,6 +23,8 @@ module ZuoraConnect
|
|
23
23
|
Aws::Sigv4::Errors::MissingCredentialsError,
|
24
24
|
Aws::Errors::MissingCredentialsError,
|
25
25
|
Aws::S3::Errors::AccessDenied,
|
26
|
+
Aws::SES::Errors::AccessDenied,
|
27
|
+
Aws::KMS::Errors::AccessDeniedException
|
26
28
|
].freeze
|
27
29
|
AWS_AUTH_ERRORS_MSG = "AWS Auth Errors".freeze
|
28
30
|
|
@@ -150,13 +150,13 @@ module ZuoraConnect
|
|
150
150
|
render "zuora_connect/static/error_handled", :locals => {
|
151
151
|
:title => "Application State Error",
|
152
152
|
:message => ex.message
|
153
|
-
}, status: 401
|
153
|
+
}, status: 401, layout: false
|
154
154
|
}
|
155
155
|
format.js {
|
156
156
|
render "zuora_connect/static/error_handled", :locals => {
|
157
157
|
:title => "Application State Error",
|
158
158
|
:message => ex.message
|
159
|
-
}, status: 401
|
159
|
+
}, status: 401, layout: false
|
160
160
|
}
|
161
161
|
format.json { render json: {'errors' => ex.message}, status: 401 }
|
162
162
|
format.all { render json: ex.message, status: 401 }
|
@@ -190,13 +190,13 @@ module ZuoraConnect
|
|
190
190
|
render "zuora_connect/static/error_handled", :locals => {
|
191
191
|
:title => "Unauthorized",
|
192
192
|
:message => "User is not an authorized admin for this application"
|
193
|
-
}, status: 401
|
193
|
+
}, status: 401, :layout => false
|
194
194
|
}
|
195
195
|
format.js {
|
196
196
|
render "zuora_connect/static/error_handled", :locals => {
|
197
197
|
:title => "Unauthorized",
|
198
198
|
:message => "User is not an authorized admin for this application"
|
199
|
-
}, status: 401
|
199
|
+
}, status: 401, :layout => false
|
200
200
|
}
|
201
201
|
format.json { render json: {'errors' => ex.message}, status: 401 }
|
202
202
|
format.all { render json: ex.message, status: 401 }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zuora_connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.33
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Connect Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
11
|
+
date: 2020-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: apartment
|