zoho_hub 0.1.45 → 0.1.46

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: 9ba238b3ecbbc5a9fbddbd07901147f0b6b3a721c77a19bad3bfbfaa82f84d1a
4
- data.tar.gz: f43219a772010212ddc8d648d6e5feebd76085faa3cda856ddc9db922a8885b0
3
+ metadata.gz: 7239817994a57872c0d6d875effd7ed3da88cf34a9a05a6eaaca7585a9be8239
4
+ data.tar.gz: b80b1e4337ccde1795d70ef3a3476a8cd8b304d926ab55965176d5004d722ded
5
5
  SHA512:
6
- metadata.gz: fbc6e31ac5216f63e201e9ec1fe37071d17eb20ff7becfc71cd5f870f37cacee5544e1bee08169281ebf63c9d45d1bc7e75e36d8e067206dcb546c321fa85f23
7
- data.tar.gz: 6bf34d0c845d1e8a9574a72fb8e9720b1f31055dc70f806649f01a9a2d4ba20fb9b69320074e4868c492561d205b5d8adad299754a92154d56435ece8de2dec4
6
+ metadata.gz: 75898566ab913cbbd019f5656b7dafa5556a4fb8a5658fbb4dd53d832116060838d5997ab06aac96a9d02123dcc70ce4971fbf6cc022ceab0b11ee8e0131a411
7
+ data.tar.gz: e4a0453aa39592d9f5a5e3dd1dd568fa7a747690e0dd5a3fabd33edf8b7d057ece8cc99d6c75afb678c0e4ed8f033caa5bef0f2742c42cc82121e5259a6c73e0
@@ -15,6 +15,7 @@ module ZohoHub
15
15
  attributes :credit_risk_band, :live_ccjs, :satisfied_ccjs
16
16
  attributes :state, :number_of_connections
17
17
  attributes :submitted_to_lender_panel, :last_attachment_uploaded, :funds_timeline
18
+ attributes :cancellation_reason
18
19
 
19
20
  DEFAULTS = {
20
21
  currency: 'GBP',
@@ -39,7 +40,8 @@ module ZohoHub
39
40
  number_of_connections: :Number_of_Connections,
40
41
  turnover_figure: :Turnover_figure,
41
42
  last_attachment_uploaded: :Last_Attachment_Uploaded,
42
- funds_timeline: :When_will_you_needs_the_funds
43
+ funds_timeline: :When_will_you_needs_the_funds,
44
+ cancellation_reason: :If_Application_Cancelled_select_reason
43
45
  )
44
46
 
45
47
  def initialize(params)
@@ -5,10 +5,12 @@ require 'zoho_hub/records/base_record'
5
5
  module ZohoHub
6
6
  class Quote < BaseRecord
7
7
  attributes :id, :stage, :subject, :potential_id, :owner_id, :product_id, :account_id, :extra_info
8
+ attributes :funding_amount, :financed_on
8
9
 
9
10
  attribute_translation(
10
11
  id: :id,
11
- stage: :Quote_Stage
12
+ stage: :Quote_Stage,
13
+ financed_on: :Financed_on
12
14
  )
13
15
 
14
16
  def initialize(params)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.45'
4
+ VERSION = '0.1.46'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zoho_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.45
4
+ version: 0.1.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport