instant_quote 1.7.30 → 1.7.31

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: 5e378f88afb60fc4375ff831bfface6efa8ed1d87cfa95078ac6ea82886c0537
4
- data.tar.gz: e5d3106d56d34ce1ec62e8a98982cad963154e0a85c78c91af5f57cf75781b84
3
+ metadata.gz: 9427b9b3f5d933dd039f07f6ccccc6b6c0efeb746415c360b6454a31e2988268
4
+ data.tar.gz: 637be19d103075d4acefaf072cb48933542a941c64be38fd424a1174a02d9e9b
5
5
  SHA512:
6
- metadata.gz: 83b3fea6ccb1a5727a0ba87a2a52596a3ad302e7f8a9c76fe81b165bf5f613129e561765022c99c3c72f9b575053c30a38bcaa4ee0ce52936697fb1ac0cb56c1
7
- data.tar.gz: bb81f685834b6d5e32f3df5c894328466b935a02f18d800eeb6da7ef4f76f33784633753ef54dcdeddcbfa058fcedad4a6666dac404d84a3e4adb0ebbbb8f789
6
+ metadata.gz: 0c8b0e02ef19ea18274d19b0e7c2ed5219d4b5ed89d798f23ab81b398faf6687119f2bd6625beb1e4d93d74ffc44ab6019afa331ed54eaa97046dcf5691bda74
7
+ data.tar.gz: 4a7e5a37a70580e483fd89c71ae90c8cbd3490af2986a0657bf571164537c0560d588dfe6ff2d63f8857c8daf3d909251eae23f2acca6d849b5d638e617853af
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instant_quote (1.7.30)
4
+ instant_quote (1.7.31)
5
5
  activesupport
6
6
  capital_on_tap (~> 1.0.1)
7
7
  iwoca (~> 1.1.0)
@@ -109,8 +109,12 @@ module InstantQuote
109
109
  end
110
110
 
111
111
  @status = @data[:status] if @data.key?(:status)
112
- @offers = @data[:offers] if @data.key?(:offers)
113
- @offers = @offers[:offers] if @offers.key?(:offers) # for some reason
112
+
113
+ if @data.key?(:offers)
114
+ @offers = @data[:offers]
115
+ # For some reason sometimes the offers are nested in another key called 'offers'
116
+ @offers = @offers[:offers] if @offers.key?(:offers)
117
+ end
114
118
  end
115
119
 
116
120
  def pending?
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstantQuote
4
- VERSION = '1.7.30'
4
+ VERSION = '1.7.31'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instant_quote
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.30
4
+ version: 1.7.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - rikas