afc_salesforce 0.1.13 → 0.1.14

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
  SHA1:
3
- metadata.gz: 1cd44035a10da5f00238235817ddbe9b18cad671
4
- data.tar.gz: e52ee845aece631d01d36b1123e592c00261cc65
3
+ metadata.gz: 4280c3bef6377cffd7adeacd8bb033b28b6a9096
4
+ data.tar.gz: c3a8a8a18ddc5ef51974b6e40f3a5acfe9c35599
5
5
  SHA512:
6
- metadata.gz: 138a7d0b24fddf9970a569d8f69ea888e9189529a7c9c955acda3c8c525f9a6a0083e49270addc28497c052ded5c38b9ac92f40f42f7a878451146d6204b791e
7
- data.tar.gz: 29615c8cf1231b02c013d439f8f71c30d1fea83d40daa1170cd40d7e8fd3e9149489459b9f41dbe0c032c14f5a4d085b37a3cf9199fa1b2b4cd7e2944f40c2cd
6
+ metadata.gz: ac79dae9951effd546414cca46beb698ca2b3cbd82ac52cdfa6aee579c0b1daec7e995f536c968fd95b0c2b79a67f4df4d9338f8cd871232069fdf7bf619eb3f
7
+ data.tar.gz: f67b21862e2ca64cb26099976624bb8bdd9a534095f9fd0abf72e12e4295d722829018f77d4a4db4ef199a5a3df7f431984a4042a3e669499bbc112efc21fd3b
@@ -8,7 +8,7 @@ module AFCSalesforce
8
8
  :appraised_value, :square_feet, :first_mortgage_payment, :first_mortgage_balance, :first_mortgage_interest_rate,
9
9
  :monthly_taxes, :monthly_insurance, :name, :hoa_dues, :is_va_eligible, :purchase_close_date, :second_mortgage, :second_mortgage_payment,
10
10
  :second_mortgage_date_opened, :second_mortgage_balance, :x2nd_mortgage_date_opened__c, :second_mortgage_rate, :refinance_reason,
11
- :number_of_units, :session_uuid, :working_with_realtor, :occupancy_type, :residence_type
11
+ :number_of_units, :session_uuid, :working_with_realtor, :occupancy_type, :residence_type, :former_bankruptcy
12
12
 
13
13
  def to_h
14
14
  AFCSalesforce::Models::Account.new(
@@ -25,6 +25,7 @@ module AFCSalesforce
25
25
  down_payment__c: @property_down_payment,
26
26
  endorser__c: @endorser,
27
27
  escrowed__c: @is_escrowed,
28
+ former_bankruptcy__c: @former_bankruptcy,
28
29
  hoa_dues__c: @hoa_dues,
29
30
  internet_source__c: @internet_source,
30
31
  last_appraisal__c: @date_of_last_appraisal,
@@ -1,3 +1,3 @@
1
1
  module AFCSalesforce
2
- VERSION = "0.1.13"
2
+ VERSION = "0.1.14"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: afc_salesforce
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Donavan White
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-05-10 00:00:00.000000000 Z
11
+ date: 2018-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry