deltavista_crif_dva_interface 0.0.25 → 0.0.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ module DeltavistaCrifDvaInterface
4
4
 
5
5
  DEFAULT_OPTIONS = {
6
6
  :encoding => 'UTF-8',
7
- :request_type => 'CollectionCheck'
7
+ :request_type => 'getCollectionCheck'
8
8
  }.freeze
9
9
 
10
10
  PRIVATE_NODE = 'private'
@@ -36,7 +36,7 @@ module DeltavistaCrifDvaInterface
36
36
 
37
37
  def to_xml(address, collection)
38
38
  builder = Nokogiri::XML::Builder.new(:encoding => @config[:encoding]) do |xml|
39
- xml.getCollectionCheck {
39
+ xml.dvaCheckRequest {
40
40
  xml.identity {
41
41
  xml.username @config[:username]
42
42
  xml.password @config[:password]
@@ -1,3 +1,3 @@
1
1
  module DeltavistaCrifDvaInterface
2
- VERSION = '0.0.25'
2
+ VERSION = '0.0.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.0.25
4
+ version: 0.0.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: