zuora_connect 0.0.9.2.7 → 0.0.9.2.8

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
  SHA1:
3
- metadata.gz: 29d060188789edb5970a446b0ac929ce7b54a027
4
- data.tar.gz: 7044879fec8320f1ac627e4f3c07282be5f3fe78
3
+ metadata.gz: aec294105766257df70bd84de0beb964db92fdc2
4
+ data.tar.gz: 418c810a04f3442aca2acd5ae6ad430c2ea77146
5
5
  SHA512:
6
- metadata.gz: edec234529c3c038abcce9c561258a491fdbfc125d6db6df82fcec5eac546eeab2813cb7a41624cd9cc4da76a06b387148ac77391116cd56b093e56a3667bfe1
7
- data.tar.gz: 2ea857e83ff37ed1c64bcaff5546e9f4665aa1493ce89d875dcc2672a80d3bad9d58da48fd370cc65b5dc275082a82e8d43994b910db006ab4fd581107a9e406
6
+ metadata.gz: 8c36bdf3d44ebc84603fed4de7e69a621b2ce35520c290db8b0f8199afb0f4527ecea48174ef71ce79a3d91ef9c25aebe6cf405398fb06d995222028db18a22d
7
+ data.tar.gz: fdc53e923b997b209510df33cf4ddd06a956fb5c915da40e539cbecc537c435945af88dfa5e13ec5f817bd5077f5a3e1cfc1da44ad37e1ec5860fe1de943a70a
@@ -71,7 +71,7 @@ module ZuoraConnect
71
71
  @appinstance = ZuoraConnect::AppInstance.where(:id => values["appInstance"].to_i).first
72
72
  if @appinstance.blank?
73
73
  Apartment::Tenant.switch!("public")
74
- Apartment::Tenant.create(values["appInstance"].to_i)
74
+ Apartment::Tenant.create(values["appInstance"].to_s)
75
75
  @appinstance = ZuoraConnect::AppInstance.create!(:id => values["appInstance"].to_i, :access_token => values["user"], :refresh_token => values["key"])
76
76
  end
77
77
  if @appinstance.access_token.blank? || @appinstance.refresh_token.blank?
@@ -96,7 +96,7 @@ module ZuoraConnect
96
96
  @appinstance = ZuoraConnect::AppInstance.where(:id => values[:appinstance].to_i).first
97
97
  if @appinstance.blank?
98
98
  Apartment::Tenant.switch!("public")
99
- Apartment::Tenant.create(values[:appinstance].to_i)
99
+ Apartment::Tenant.create(values[:appinstance].to_s)
100
100
  @appinstance = ZuoraConnect::AppInstance.create!(:id => values[:appinstance].to_i, :access_token => values[:user], :refresh_token => values[:key])
101
101
  end
102
102
  if @appinstance.access_token.blank? || @appinstance.refresh_token.blank?
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "0.0.9.2.7"
2
+ VERSION = "0.0.9.2.8"
3
3
  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: 0.0.9.2.7
4
+ version: 0.0.9.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-08 00:00:00.000000000 Z
11
+ date: 2016-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apartment