cybersource_rest_client 0.0.9 → 0.0.10
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 +4 -4
- data/lib/cybersource_rest_client/api_client.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a56275fc06161b39c6a32b3900000f7df9eb898c8b9ccfc8e5bf1ecb4a52c91
|
|
4
|
+
data.tar.gz: 5ca0894ea7d9cfae7c927db5e13b074d1e98561f4282d5191076924617546212
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 576ee6017fdd0a015fd169cf2ed23fa5f7661c09d9e170feabbdf06c381775b6a0d6472c912019c27d1ab503648b46b120a142a54d2ab7ccd83e0fa6b76a0f4d
|
|
7
|
+
data.tar.gz: a0653272e74b479f74e9423f842708acf4c6a89bcdd069ebc75869e4cc382cc95d94e23726e25c96f94760717f650184057271fe90017201e4e686c9105db5fa
|
|
@@ -142,14 +142,14 @@ module CyberSource
|
|
|
142
142
|
end
|
|
143
143
|
# set merchantConfig
|
|
144
144
|
def set_configuration(config)
|
|
145
|
-
require_relative '../../AuthenticationSDK/core/
|
|
145
|
+
require_relative '../../AuthenticationSDK/core/MerchantConfig.rb'
|
|
146
146
|
$merchantconfig_obj = Merchantconfig.new(config)
|
|
147
147
|
@config.host = $merchantconfig_obj.requestHost
|
|
148
148
|
end
|
|
149
149
|
# Calling Authentication
|
|
150
150
|
def CallAuthenticationHeader(http_method, path, body_params, header_params, query_params)
|
|
151
151
|
require_relative '../../AuthenticationSDK/core/Authorization.rb'
|
|
152
|
-
require_relative '../../AuthenticationSDK/authentication/payloadDigest/
|
|
152
|
+
require_relative '../../AuthenticationSDK/authentication/payloadDigest/digest.rb'
|
|
153
153
|
request_target = get_query_param(path, query_params)
|
|
154
154
|
# Request Type. [Non-Editable]
|
|
155
155
|
request_type = http_method.to_s
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cybersource_rest_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- CyberSource
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-03-
|
|
11
|
+
date: 2019-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|