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: ee94f723ce8f3fd855ebec5dc8467cd8fe254bcf
4
- data.tar.gz: 46447d9f1a5639a1f75c34dcbaa5398972b42388
3
+ metadata.gz: b88498ba82ff377df05613f3a253fe1eab2f777a
4
+ data.tar.gz: 6a5a18b819b6762e89203bc316247c538c71d353
5
5
  SHA512:
6
- metadata.gz: af0b1ca43e3f44936068c8af9bb42e479133dbd6dfc1fc5573fc9d2a468c8c4844727f8d6b84abb6cc14344b4fee853687f241a8732f9d6c14f2c0b5dd427cc7
7
- data.tar.gz: 636299796815cc1005de149d38012876fb477af9d20242bcc20cec4da3d63464c0495b926ffd68ac6baa23f63b7aa3eba35658790a29c57d5fc2ac508eb8777c
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.6
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-04-30 00:00:00.000000000 Z
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