killbill-cybersource 5.2.6 → 5.2.7
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b88498ba82ff377df05613f3a253fe1eab2f777a
|
4
|
+
data.tar.gz: 6a5a18b819b6762e89203bc316247c538c71d353
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99b139f388e12686a686544cc4b285b325e0cdb9d6cec3b3cbbc4a5f5c41ac81bf496ab21b50806520689de240e37e4d0cf7e321509ea467f8e12752e3b39c25
|
7
|
+
data.tar.gz: a00f47d21d7136ed9d382ce4a39b96b05801e65545bac21c417ec25805b21405d9cf5878cf2d673b81301711f2bf51cf76c5207fd995260965b9bc7e7acb6243
|
@@ -192,7 +192,7 @@ module ActiveMerchant
|
|
192
192
|
response[:reconciliation_id] = options[:reconciliation_id] if options[:reconciliation_id].present?
|
193
193
|
|
194
194
|
success = response[:decision] == 'ACCEPT'
|
195
|
-
authorization = success ? [options[:order_id], response[:requestID], response[:requestToken]].compact.join(';') : nil
|
195
|
+
authorization = success ? [options[:order_id], response['subscriptionID'] || response[:requestID], response[:requestToken]].compact.join(';') : nil
|
196
196
|
|
197
197
|
message = nil
|
198
198
|
if response[:reasonCode].blank? && (response[:faultcode] == 'wsse:FailedCheck' || response[:faultcode] == 'wsse:InvalidSecurity' || response[:faultcode] == 'soap:Client' || response[:faultcode] == 'c:ServerError')
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: killbill-cybersource
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.2.
|
4
|
+
version: 5.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kill Bill core team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|