TodoPagoConectorSS 1.7.3 → 1.7.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/todo_pago_conector.rb +3 -7
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff96027ecd1cc5e691fdf0cc9eba347fe75ec6a2
4
- data.tar.gz: c2391022e884cc2e96aae39a0fffccbbd3df6d6a
3
+ metadata.gz: b3328308eabb38fd7fa695dc9d0587b8115f7788
4
+ data.tar.gz: a88e902419b09d0e94a99f66acc17bab0618aa9f
5
5
  SHA512:
6
- metadata.gz: b83e28f3268932798bca1ba713ae62d8be6d8d54f45612a52b595777f4149b48da52068f271604eed2ca2e842a9f78f558081460428b3fc41e15359e6b96c8e9
7
- data.tar.gz: ae1dc519b65cde9fb9ad851e09a3b5b1cf0454e1351923bab14fce76ca11b92f275203f6e0b4ad5fd4b6fb92393ddb69233d8ee3bf83bcd2c60c42f3fc2eb528
6
+ metadata.gz: 03a25657b7dc535fd7e19528980ea47d42daef71f823a30fdeb418043dd0a263d49ce9b5dc0cec82b0f6958957706c9c5c9b7273bea348900f45d97f7a686bda
7
+ data.tar.gz: a46789a97ea5f4286d560a6c6d04648135087ddb0982dad5b6418f62b956bfd800b868eb2a44532192b3a7c351f8dfaa3871d535d39701a3306fcb050d1e5fb0
@@ -1,17 +1,13 @@
1
1
  #encoding: utf-8
2
-
3
- require_relative "Connectors/RestConnector"
4
- require_relative "Connectors/SoapConnector"
5
-
6
2
  $versionTodoPago = '1.7.0'
7
3
 
8
4
  class TodoPagoConector
9
5
  # método inicializar clase
10
- def initialize(j_header_http, *args)#j_wsdl=nil, endpoint=nil, env=nil
6
+ def initialize(j_header_http, j_wsdl, endpoint, env)#j_wsdl=nil, endpoint=nil, env=nil
11
7
  @discover = nil
12
8
  @Fcv = nil
13
- @restConnector = RestConnector.new(j_header_http, args)
14
- @soapConnector = SoapConnector.new(j_header_http, args)
9
+ @restConnector = RestConnector.new(j_header_http, j_wsdl, endpoint, env)
10
+ @soapConnector = SoapConnector.new(j_header_http, j_wsdl, endpoint, env)
15
11
  end
16
12
 
17
13
  def setSoapConnector(soapConnector)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: TodoPagoConectorSS
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.3
4
+ version: 1.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Softtek