zuora_connect 3.2.10 → 3.2.11

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: 1e937a9903ecee7b32a2790b72e889eab30ec0345c6e4b9305b1db7ff5601190
4
- data.tar.gz: 2f95e0ba3350f7f3f42148711992eeb2ff1df0004ed226873c0b363f88a520dc
3
+ metadata.gz: 7efc37130319f941b541835b6b7186c2638d24b0e5cf64c239d53a5aecf1eb3e
4
+ data.tar.gz: ffbe881cbf369a0091b5f2d001344ed9a943cf8828f64b0f97e7fa79161ac60b
5
5
  SHA512:
6
- metadata.gz: f8bfca76146c3708991fb3bb4d775e03172f0c017c52d7980bc55866fc32d3038eb8a538250d16dd9b70a6557c54b19d388a916fe7439609cee199598b26e08a
7
- data.tar.gz: 5ef56074b23f91172d1225a46e3c411ff7931ea13e4f895a9e741d88bbf0e65ad572cfaa53d84f2eebf84021f9cd20ab5c48645fdd3f97a0bb226f40f6e904bf
6
+ metadata.gz: 24eda6ee0b68e6fbaa7a34825fa82fad61bba1cd514396ba54690478335f9d11169c863f77b5e9bad3b5a28544a93a69e5dbb4c1e51b553917c7bd3b5fc3e967
7
+ data.tar.gz: 75c2f63d6fc26ead3c21ed85547843ef601726c8f81af49b871d822a290ac6d3cb387853e70f06453ee9b042de6c9c2c17611135da2bfc65a7b8b22b6a5f78c8
@@ -44,7 +44,7 @@ module ZuoraConnect
44
44
  end
45
45
 
46
46
  if appinstances.size == 0
47
- render json: {"status": 401, "message": "Missing mapping or no deployment for '#{zuora_host}-#{zuora_entity_id}' ."}, status: :unauthorized
47
+ render json: {"status": 404, "message": "Missing mapping or no deployment for '#{zuora_host}-#{zuora_entity_id}' ."}, status: 404
48
48
  return
49
49
  elsif appinstances.size > 1
50
50
  render json: {"status": 401, "message": "More than one app instance binded to host and entity ids. Please indicate correct instance via 'zuora-instance-id' header", "instances": appinstances.map {|instance| instance.id }.sort }, status: :unauthorized
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZuoraConnect
4
- VERSION = "3.2.10"
4
+ VERSION = "3.2.11"
5
5
  end
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: 3.2.10
4
+ version: 3.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-29 00:00:00.000000000 Z
11
+ date: 2024-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apartment