zuora_connect 1.4.43 → 1.4.44

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: 522f372d59819ca3b6eb1346bed8c0b05b278e2f
4
- data.tar.gz: d8d06dc73927905d56188e7d733897913f8a168e
3
+ metadata.gz: c86243af4f4e81d4897d7718a3afbbe046e2ed48
4
+ data.tar.gz: bbc7f9d6ecb92de00b4ad1b3501a6a76b2c15a68
5
5
  SHA512:
6
- metadata.gz: adf41031825289fae9ec32ea74748483b135b5526f91889302032683a3a30aa5d667501c2fa0f2a70a4f363ece8bb608232af11e9cc907a99a5ddb69fea40e28
7
- data.tar.gz: 8f12d8c8ff5cbb87c4b101f1b425b185f0704d8a430ff58416173f214e4bd644f2810917eb2b94d3038e14bd9905e8d1d630c1e6306d389104da9265eec29626
6
+ metadata.gz: bbb000923f581c979c6d2ca1a7bdb0b5157624507140df2aa78df8876bb3dfafa33f69ead68a699b1b3bcbeca584b37c6569ad276dafd4dbccdd24615cb9f662
7
+ data.tar.gz: 2e2190b9719a19cf1c5da4e84c1987f3b242ec35795ae7f0aeeea8de440687bafb471d2d15899b886f287a94783c0906d9e74592cebdf409147e319638d71e2d
@@ -43,8 +43,11 @@ module ZuoraConnect
43
43
 
44
44
  def persist_connect_app_session
45
45
  if @appinstance.present?
46
- session.merge!(@appinstance.save_data)
47
- @appinstance.cache_app_instance
46
+ if defined?(Redis.current) && Rails.application.config.session_store == RedisSessionStore
47
+ @appinstance.cache_app_instance
48
+ else
49
+ session.merge!(@appinstance.save_data)
50
+ end
48
51
  end
49
52
  end
50
53
 
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.4.43"
2
+ VERSION = "1.4.44"
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: 1.4.43
4
+ version: 1.4.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team