zoho_hub 0.1.52 → 0.1.54

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: 6d741b7b4c753b37dd200ea55d136da46e971ced35b0e959ce92f0f3c91e44e8
4
- data.tar.gz: 8224e4a85b7f4866c1b8fd763bef4b5b3c232d7e5df901f452b825d9ee856d3d
3
+ metadata.gz: 0aa5fc1cf17c185c66e8b7430dab3261e41bccb111f5ad06e2075efac227eb1a
4
+ data.tar.gz: 7b25d940a2544719d161b33574bdb376fed59772faab6566e07262594a124eab
5
5
  SHA512:
6
- metadata.gz: 7aaea15f8ace0734194c46c289e098c60f6940bce9af0d0e6a0b2d6f1b2db37e1d47e2decb88f256014f298822a7fe094d371364b18c042254cd7fcf00f59e65
7
- data.tar.gz: e10a009872bb8ac7f026baa6db18f645cfae1ad0b34330e7a8c2c4eb239fee86f188489c28925ff774bfda6e13e91764269775e67ddf7fa6ed38b7ce114b1007
6
+ metadata.gz: d118a39464d5e28bfdc151f5f8f4606151e661fc25e423ad7018738dd61a3e6b28ca04d16873ec9bac7a381e7278fc509df839fd10c2c763980df336360b0228
7
+ data.tar.gz: afcaf83fa485afeb553caaaef0302d35d7f3f94084d870ac36004c1bd47476853ef69f7fba8abf025e7038fd52c59a414e108cdccaf0e85b14328c86f0468145
@@ -16,7 +16,7 @@ module ZohoHub
16
16
  attributes :state, :number_of_connections
17
17
  attributes :submitted_to_lender_panel, :last_attachment_uploaded, :funds_timeline
18
18
  attributes :cancellation_reason, :stripe_payment_reference
19
- attributes :portal_session_id, :portal_session_url
19
+ attributes :portal_session_id, :portal_session_url, :portal_agent_session_url
20
20
 
21
21
  DEFAULTS = {
22
22
  currency: 'GBP',
@@ -42,7 +42,10 @@ module ZohoHub
42
42
  turnover_figure: :Turnover_figure,
43
43
  last_attachment_uploaded: :Last_Attachment_Uploaded,
44
44
  funds_timeline: :When_will_you_needs_the_funds,
45
- cancellation_reason: :If_Application_Cancelled_select_reason
45
+ cancellation_reason: :If_Application_Cancelled_select_reason,
46
+ potal_session_id: :Portal_Session_ID,
47
+ portal_session_url: :Portal_Session_URL,
48
+ portal_agent_session_url: :Portal_Agent_Session_URL,
46
49
  )
47
50
 
48
51
  def initialize(params)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZohoHub
4
- VERSION = '0.1.52'
4
+ VERSION = '0.1.54'
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.52
4
+ version: 0.1.54
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-16 00:00:00.000000000 Z
11
+ date: 2023-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport