zoho_hub 0.1.52 → 0.1.53
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/zoho_hub/records/potential.rb +1 -1
- data/lib/zoho_hub/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20d470281205ed53e4440448254007f9b0e7738ad19b23ac4f044cef19a8a76e
|
4
|
+
data.tar.gz: 5f67d2866450933ed63f5184c60b26dfd19e3e7595bbac23c51e2a7bf4271555
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76cd375d7b09fd0e0edffd4e3fdbda7a51c4ee4e7fa97f4ab10634b8897660be0998a6b4e355579f772cc44e83641f003d6a3ae5310f8952f8eda4eb6bf871d2
|
7
|
+
data.tar.gz: d73b543428dc301615f4a95cc45c5dbc11159ffefaa4cb96bdd9dec0cf98c1392c1d2530bba25c9b3630771c0695f202d7cf5bf9dc6155bdb46978b6f469463f
|
@@ -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',
|
data/lib/zoho_hub/version.rb
CHANGED