zoho_hub 0.1.48 → 0.1.49
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 +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89fce8b14cd8d63edd507f171c634bdaeda117bca764be59f552fb09054768bd
|
4
|
+
data.tar.gz: 91ff97e6e08462aae822b7fdb324f21596ce474a7f3ac315974871b024d80ab1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3821cb0356a722206088552d49c5e82b74435f5c970cc0153e5949e25b3c0d61044b9d55bfd518e9ba43e7202e9ba9829d049bcd17e02ef4c9669d28ea273e02
|
7
|
+
data.tar.gz: 8faa3b2817f714ac3112f71a271111eed9c553b9cc79956b1395d1de250a0109100f60cc4d3fc5712bc2c46273f7d281468843cc134adaaf232ef95ec9ac379b
|
@@ -15,7 +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
|
+
attributes :cancellation_reason, :stripe_payment_reference
|
19
19
|
|
20
20
|
DEFAULTS = {
|
21
21
|
currency: 'GBP',
|
data/lib/zoho_hub/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.49
|
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-
|
11
|
+
date: 2023-03-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -263,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
263
263
|
- !ruby/object:Gem::Version
|
264
264
|
version: '0'
|
265
265
|
requirements: []
|
266
|
-
rubygems_version: 3.4.
|
266
|
+
rubygems_version: 3.4.4
|
267
267
|
signing_key:
|
268
268
|
specification_version: 4
|
269
269
|
summary: Simple gem to connect to Zoho CRM API V2
|