spree_api 4.4.0.rc1 → 4.4.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/spree/api/v2/base_controller.rb +1 -0
- data/docs/v2/platform/index.yaml +724 -725
- data/docs/v2/storefront/index.yaml +109 -124
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9efbbbc5f98656b455a5f57457b1175474f9cdb0ea1329daf3e224e4541bc6bc
|
4
|
+
data.tar.gz: dd8438e1e0a2c20403abff778aad945d339d5bb062ec0140443433392211e360
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63fdc90d763549596e7dca38e3e99a7868158ad2ad1378501ded373effab5b418a7238ac491b0836d19867f40c0870068a6eb23a4edc425e0d750aec507cba59
|
7
|
+
data.tar.gz: f49a4a8bd7930f70f4f5815d38b8cd87b620636a45a87d500f422c0b63cee5ea35d28db94fc1da2e3f456c1105173f9b9787c1375c3fbbb8112ad46670ca35f9
|
@@ -17,6 +17,7 @@ module Spree
|
|
17
17
|
rescue_from JSONAPI::Serializer::UnsupportedIncludeError, with: :error_during_processing
|
18
18
|
end
|
19
19
|
rescue_from ArgumentError, with: :error_during_processing
|
20
|
+
rescue_from ActionDispatch::Http::Parameters::ParseError, with: :error_during_processing
|
20
21
|
|
21
22
|
def content_type
|
22
23
|
Spree::Api::Config[:api_v2_content_type]
|