integration_point 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5b8b8255a0bb6f2ae9d8da99a55795c4cb887dd723ea4d663e2cef815b2dd7b
4
- data.tar.gz: d6c45d60f3c567c1bdf5892fb23d4107289f106bf0a46756e90bc310190378fa
3
+ metadata.gz: c260f7db4824c46daac76ca67e5c31840ae801e5e29b7c62c0425bd050592dc8
4
+ data.tar.gz: 74734bc90a2b4c9745f17744a368e4cc9b00e57a2dd65721a47bac1e5ab00790
5
5
  SHA512:
6
- metadata.gz: 583c4d7964af34c074816167560aba3ad3ee8d7d52727226917b3196135b073c1c20d97fc65cfada7dce921d0601ebed0111a8d2b515e88a90a744b80e951cb3
7
- data.tar.gz: 27e296728cbb5214b72434435649e624bd667d0354b4044c5c832176fabdf89357f381b36040e92a125d3cc568564dc2626cd857fb6d505a58685bd75f9a04ec
6
+ metadata.gz: a039e8e5a8f9c9869a9373b23b47879cb933ffdb6525773bc0bb43cf74a9b3ae815e6c86f3ad5a33bd30d97afea113de3d1867f592c6731b07e43f5004fcf40e
7
+ data.tar.gz: 70c6606ea8d926177a033d9cf86de96a81bd5cdc52d2e0c8f9caf2baa9d74e97c96448dd41b856a50608d735a8a3b8fb4b7fe81df08828d080f5a2402aede6aa
@@ -11,7 +11,7 @@ module IntegrationPoint
11
11
  def xml_client(wsdl_url)
12
12
  return nil if wsdl_url.nil?
13
13
 
14
- @xml_client ||= ::Savon.client(wsdl: wsdl_url, namespace_identifier: 's', convert_request_keys_to: :none)
14
+ @xml_client ||= ::Savon.client(wsdl: wsdl_url, namespace_identifier: 's', follow_redirects: true, convert_request_keys_to: :none)
15
15
  end
16
16
 
17
17
  def dps_integrated_search(wsdl_url, xml_values)
@@ -20,7 +20,7 @@ module IntegrationPoint
20
20
  return nil if client.nil?
21
21
 
22
22
  query = build_dps_integration_search_query(xml_values)
23
- @xml_response = client.call(:dps_integrated_search, message: query, follow_redirects: true)
23
+ @xml_response = client.call(:dps_integrated_search, message: query)
24
24
  self
25
25
  end
26
26
 
@@ -1,3 +1,3 @@
1
1
  module IntegrationPoint
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: integration_point
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Hagan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-19 00:00:00.000000000 Z
11
+ date: 2020-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: countries