afc_salesforce 0.1.12 → 0.1.13

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: 87f3130e2cba9c923de523072bd6b63d7010f4de
4
- data.tar.gz: 7d55da0755a33815152d27a9cb780f1e4c56d5f2
3
+ metadata.gz: 1cd44035a10da5f00238235817ddbe9b18cad671
4
+ data.tar.gz: e52ee845aece631d01d36b1123e592c00261cc65
5
5
  SHA512:
6
- metadata.gz: 45f00b0bc65c3bed08d1ecd8ab51bbfe91db23b65e6a07ffa8fca674f7238df392b9bb687b1e5d95b579a8a2fab40cd49f6397bfbd5c4804c51985f08ce9a5d6
7
- data.tar.gz: 256b0d7c4b58354477035f809d8573946471db3ab69f404172e8a1ae859040623f6051fc3abd1ec49590b4f1800c25eabd294cdd576b6ce003a5be8e5833c962
6
+ metadata.gz: 138a7d0b24fddf9970a569d8f69ea888e9189529a7c9c955acda3c8c525f9a6a0083e49270addc28497c052ded5c38b9ac92f40f42f7a878451146d6204b791e
7
+ data.tar.gz: 29615c8cf1231b02c013d439f8f71c30d1fea83d40daa1170cd40d7e8fd3e9149489459b9f41dbe0c032c14f5a4d085b37a3cf9199fa1b2b4cd7e2944f40c2cd
@@ -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
11
+ :number_of_units, :session_uuid, :working_with_realtor, :occupancy_type, :residence_type
12
12
 
13
13
  def to_h
14
14
  AFCSalesforce::Models::Account.new(
@@ -35,6 +35,7 @@ module AFCSalesforce
35
35
  name: @name,
36
36
  new_purchase_price__c: @property_price,
37
37
  number_of_units__c: @number_of_units,
38
+ occupancy_type__c: @occupancy_type,
38
39
  original_purchase_price__c: @initial_purchase_price,
39
40
  phone: @phone,
40
41
  program_type__c: @program_type,
@@ -45,6 +46,7 @@ module AFCSalesforce
45
46
  realtor_name__c: @realtor_name,
46
47
  realtor_phone_number__c: @realtor_phone,
47
48
  refinance_purpose__c: @refinance_reason,
49
+ residence_type__c: @residence_type,
48
50
  session_uuid__c: @session_uuid,
49
51
  source__c: @source,
50
52
  square_feet__c: @square_feet,
@@ -62,4 +64,4 @@ module AFCSalesforce
62
64
  ).to_h
63
65
  end
64
66
  end
65
- end
67
+ end
@@ -1,3 +1,3 @@
1
1
  module AFCSalesforce
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
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.12
4
+ version: 0.1.13
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-04-30 00:00:00.000000000 Z
11
+ date: 2018-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry