deltavista_crif_dva_interface 0.1.25 → 0.1.26

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.
@@ -61,12 +61,12 @@ module DeltavistaCrifDvaInterface
61
61
 
62
62
  def insert_private_address(address)
63
63
  envelope[:searched_address] = {
64
+ :location => parse_location(address),
64
65
  :first_name => address[:first_name],
65
66
  :last_name => address[:last_name],
66
67
  :maiden_name => address[:maiden_name],
67
68
  :sex => address[:sex],
68
69
  :birth_date => format_date(address[:birth_date]),
69
- :location => parse_location(address),
70
70
  :attributes! => {
71
71
  'xsi:type' => 'PersonAddressDescription'
72
72
  }
@@ -75,8 +75,8 @@ module DeltavistaCrifDvaInterface
75
75
 
76
76
  def insert_company_address(address)
77
77
  envelope[:searched_address] = {
78
- :company_name => address[:company_name],
79
78
  :location => parse_location(address),
79
+ :company_name => address[:company_name],
80
80
  :attributes! => {
81
81
  'xsi:type' => 'CompanyAddressDescription'
82
82
  }
@@ -1,3 +1,3 @@
1
1
  module DeltavistaCrifDvaInterface
2
- VERSION = '0.1.25'
2
+ VERSION = '0.1.26'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deltavista_crif_dva_interface
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.25
4
+ version: 0.1.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: