instant_quote 1.4.0 → 1.5.0

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
  SHA256:
3
- metadata.gz: 40981c76f383ff34163f212e6b9f32a58d2281426ee40fc872b1f38102e24754
4
- data.tar.gz: 227f3b25eec82494a383ad796f09b0dda5ad9b1472d93c1ba6e2728855529c59
3
+ metadata.gz: eef07ddced31786ca9ec8a8d92d9d411a73d22346e9d5632ff59a7e672a1f788
4
+ data.tar.gz: a74a1aceb44867a2f6d3e00ceab66274767f62eb2985034f44b4d956b00efd76
5
5
  SHA512:
6
- metadata.gz: 860eb841f3405a3bf62c614551d0f663de38451956321ca2998d790381a365f42067f85d48bc32c90a689ed579e69d9167dbe32d9f2220292ad79a119227d730
7
- data.tar.gz: f767ccde890f42dfc727e230c0fc02479d81bcf0e911a1b00d33e12ac7679edd244cfe41be7e6dc7c5ad292796dae85379962b5b0643b1aa646817c19499ec14
6
+ metadata.gz: a857b026d315a8a510af1dc99e83956086c1cd8a5488405f94fec30a2076b6f1e433b1346c42d01e5f5fcfc39a7164bc6b6b00c81714a6a02f1dc700e67667ec
7
+ data.tar.gz: f204e1812ae0e798dd8730d4af0aded1f4efcfda51ba57dc2c3ab02841a24a8eba6a0eeeacf0a31af298475b7b662d8cb6340a2ba60f96dae9f5d070837c5111
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instant_quote (1.4.0)
4
+ instant_quote (1.5.0)
5
5
  activesupport
6
6
  capital_on_tap
7
7
  iwoca
@@ -13,11 +13,6 @@ module InstantQuote
13
13
  type: 'date',
14
14
  required: true
15
15
  },
16
- {
17
- name: 'business_landline',
18
- label: 'Business landline',
19
- required: true
20
- },
21
16
  {
22
17
  name: 'applicant_phone_number',
23
18
  label: 'Applicant mobile phone',
@@ -73,7 +73,7 @@ module InstantQuote
73
73
  PersonalAddress: translate_address,
74
74
  TradingName: app_org.name,
75
75
  BusinessLegalName: app_org.name,
76
- BusinessLandline: format_phone(extra_info['business_landline']),
76
+ BusinessLandline: format_phone(extra_info['applicant_phone_number']),
77
77
  YearsTrading: app_org.years_in_business,
78
78
  MonthlyTurnOver: translate_turnover,
79
79
  BusinessType: translate_business_type,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstantQuote
4
- VERSION = '1.4.0'
4
+ VERSION = '1.5.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instant_quote
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - rikas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-09-21 00:00:00.000000000 Z
11
+ date: 2020-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler