deltavista_crif_dva_interface 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,18 +7,17 @@ module DeltavistaCrifDvaInterface
7
7
  end
8
8
 
9
9
  def private_collection_check(address, collection)
10
-
11
10
  envelope[:report_type] = 'COLLECTION_CHECK_CONSUMER'
12
11
  insert_private_address address
13
12
  insert_collection collection
14
- commit(:collection_check_consumer)
13
+ commit()
15
14
  end
16
15
 
17
16
  def business_collection_check(address, collection)
18
17
  envelope[:report_type] = 'COLLECTION_CHECK_BUSINESS'
19
18
  insert_company_address address
20
19
  insert_collection collection
21
- commit(:collection_check_consumer)
20
+ commit()
22
21
  end
23
22
 
24
23
  private
@@ -24,7 +24,7 @@ module DeltavistaCrifDvaInterface
24
24
  insert_reference_number
25
25
  end
26
26
 
27
- def commit(action)
27
+ def commit
28
28
  # begin
29
29
  result[:data] = @client.call(action, envelope)
30
30
  result[:success] = true
@@ -1,3 +1,3 @@
1
1
  module DeltavistaCrifDvaInterface
2
- VERSION = '0.1.14'
2
+ VERSION = '0.1.15'
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.14
4
+ version: 0.1.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: