kount_complete 3.0.1 → 3.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae5af998247f6cde23bf2838bd2340e0635047fc2e6358e81fd7af146e050db6
4
- data.tar.gz: dda20932fedac07e0b88d215c1855f59f3aebbf8a34cdfcda07e858b6b719695
3
+ metadata.gz: d915e9714d91ba927e636c361ef1a9bf38ec17a2c8a346ce819aaa876ed3bc4c
4
+ data.tar.gz: def6320eb195553061c158e92964115e625c6a58619dd95d5733b250da716736
5
5
  SHA512:
6
- metadata.gz: 11ffa0c88b04dffa110784502e57c9cd3f56c227aceb580db1aa950df73908d77ee387c8a1724aad1d23a2b7b513fd600132b4e99c37e7d75a689c6462b449a4
7
- data.tar.gz: ff578ed7f88cf99b9dc7d60be129a14298890acf05e8fdecc9edcd5706902cf2b4497990391573927ee7ee9b91deb511bc62a1a4fab23e88c273a2ab6d506f2a
6
+ metadata.gz: 91922d4e74721897b3b5d941f56d6b8271b60a9568a4f15a4e5fa3125b5aad9451841dec16a8da92e4c93b4e7b52f8887aead8b4a4fce54d75e84d4e7ac23c38
7
+ data.tar.gz: 30e75e5341d958c98b73a0bc97951324071dbcd99bafe2fcfa4c9919c36f32c50a3a2ec307e3909690b26cfd71a39c912380a92e7eb5f9bee554574c673190e9
data/lib/kount/client.rb CHANGED
@@ -36,7 +36,7 @@ module Kount
36
36
  PAYMENTS_FRAUD_AUTH_ENDPOINT_PROD = 'https://login.kount.com/oauth2/ausdppksgrbyM0abp357/v1/token'
37
37
 
38
38
  # Default endpoint for Payments Fraud by Kount 360 test. Used by the TEST_DEFAULT_OPTIONS
39
- PAYMENTS_FRAUD_AUTH_ENDPOINT_TEST = 'https://login.kount.com/oauth2/ausdppksgrbyM0abp357/v1/token'
39
+ PAYMENTS_FRAUD_AUTH_ENDPOINT_TEST = 'https://login.kount.com/oauth2/ausdppkujzCPQuIrY357/v1/token'
40
40
 
41
41
  # Default params for production
42
42
  PROD_DEFAULT_OPTIONS = {
@@ -195,7 +195,7 @@ module Kount
195
195
  if endpoint_uri.host.nil? || endpoint_uri.port.nil?
196
196
  raise ArgumentError, 'Invalid endpoint or port'
197
197
  end
198
- net_http = Net::HTTP.new(endpoint_uri.host, endpoint_uri.port)
198
+ net_http = Net::HTTP.new(endpoint_uri.host.to_s, endpoint_uri.port)
199
199
  if endpoint_uri.scheme == 'https'
200
200
  net_http.use_ssl = true
201
201
  net_http.verify_mode = test? ? OpenSSL::SSL::VERIFY_NONE : OpenSSL::SSL::VERIFY_PEER
data/lib/kount/config.rb CHANGED
@@ -8,7 +8,7 @@ module Kount
8
8
  # SDK release version
9
9
  # Set the sdk release version which will be used for git tagging in github
10
10
  # This will be set by the build process
11
- SDK_VERSION = '3.0.1'
11
+ SDK_VERSION = '3.0.3'
12
12
 
13
13
  end
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kount_complete
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kount