zuora_connect 2.0.57r → 2.0.57s

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: 21a1c72866b5be334143271719a3ae634aa0d6c3d7a2ed2be19ae31abc0478ce
4
- data.tar.gz: 91921959627af05b7418817c154124b5a32394c3af51b30578b423e476fceaf6
3
+ metadata.gz: a5e48e465fd04b36fa1992f00cdb1670a44dde0bd7bd9b121446018ec5f1da9e
4
+ data.tar.gz: 0e44752cdb3d4ecb9647d7965986b4cd56590fe1fdb27c4415f1b8835630b726
5
5
  SHA512:
6
- metadata.gz: 3e07e1f22b96386376e6cfb9877825bc8a145d9dbba2c603f16013124991b74502a25caf05b3efdac8450daa116956540c452e39bd21fe18c93eed13f65f3671
7
- data.tar.gz: 159d30660b0b7d70d3094db575b12f508ae7569d6234822144bec1cada26eb4e86069f3b00e0e0ae422a507b0ea4d97815b0b52b7723a12e1387e672360fb7ff
6
+ metadata.gz: cecd469b3bd8d3562201d12fdb1d6860e4a0b124b7268dadd371978cf134c05fe49ec9220898505b542d0a9399c494fb929a7f9dd35ab3660beef5883c578f38
7
+ data.tar.gz: 47c7f48e0fd5b26f9a169690c36f0fd142820b347c1fd51cb7795280e392ad937ba4396340e7196238eddacc523384c82d254dc7df8fd8b013511370fc6e0da5
@@ -48,7 +48,7 @@ module ZuoraConnect
48
48
  render json: {"status": 401, "message": "Missing mapping or no deployment for '#{zuora_host}-#{zuora_entity_id}' ."}, status: :unauthorized
49
49
  return
50
50
  elsif appinstances.size > 1
51
- 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 } }, status: :unauthorized
51
+ 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
52
52
  return
53
53
  else
54
54
  @appinstance = appinstances.first
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "2.0.57r"
2
+ VERSION = "2.0.57s"
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.57r
4
+ version: 2.0.57s
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team