killbill-cybersource 4.0.5 → 4.0.6

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
  SHA1:
3
- metadata.gz: 96d4c96bd6500409bd5486e2eddafa7765d79784
4
- data.tar.gz: 6caf6ca587116ad1153de9e7981f9eef909950ee
3
+ metadata.gz: 8478664d561af5bbb03aa2fe320f238995d914b4
4
+ data.tar.gz: 798bc353760c87feb1b0402acc058e1224fe5d2b
5
5
  SHA512:
6
- metadata.gz: bc4d82f2719cabd26024ee982073dc8ff06f7a3aceb162a0e06e82df64e9e7255bf84dbc291e6c93b9a33f5b00b79af4d2adf8e4e5f998e1e6f9c741f69375ed
7
- data.tar.gz: ec57fb70410e0dfbbe7c464f84ee3e2d1ebbb9b6c526467e783d243250043ce0f29902cb5651c29b7b8b5bbb24d04e211ccb0b311e688bb808ed0aa0aea6cbec
6
+ metadata.gz: 4297a35bd9a0c3d11904073530cb5ef32e453e960bf0a16ace61ecb688581091b2ba213aece6f33cdf871023c0d52ec36f739c00cb7d1212fcf6e516ca96f5be
7
+ data.tar.gz: 38b18109fb61c1955c07dc13e7cde92938d547d7f270f5309cf9943ccac505a23abe93b142e17694069c092d23b59006329de981e0c30d9f18455fbd686f54f7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- killbill-cybersource (4.0.5)
4
+ killbill-cybersource (4.0.6)
5
5
  actionpack (~> 4.1.0)
6
6
  actionview (~> 4.1.0)
7
7
  activemerchant (~> 1.48.0)
data/NEWS CHANGED
@@ -1,3 +1,6 @@
1
+ 4.0.5
2
+ Fix ApplePay MasterCard implementation
3
+
1
4
  4.0.4
2
5
  Fix $1 verification when external_key_as_order_id is set
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.0.5
1
+ 4.0.6
@@ -108,7 +108,7 @@ module Killbill #:nodoc:
108
108
 
109
109
  def set_correct_status(t_info_plugin)
110
110
  # Respect the existing status if the payment was successful, if overridden or if there is no error code
111
- return if success || message.strip.start_with?('{') || gateway_error_code.blank?
111
+ return if success || (message && message.strip.start_with?('{')) || gateway_error_code.blank?
112
112
 
113
113
  if CANCELED_ERROR_CODES.include?(gateway_error_code.to_i)
114
114
  t_info_plugin.status = :CANCELED
data/pom.xml CHANGED
@@ -25,7 +25,7 @@
25
25
  <groupId>org.kill-bill.billing.plugin.ruby</groupId>
26
26
  <artifactId>cybersource-plugin</artifactId>
27
27
  <packaging>pom</packaging>
28
- <version>4.0.5</version>
28
+ <version>4.0.6</version>
29
29
  <name>cybersource-plugin</name>
30
30
  <url>http://github.com/killbill/killbill-cybersource-plugin</url>
31
31
  <description>Plugin for accessing Cybersource as a payment gateway</description>
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: 4.0.5
4
+ version: 4.0.6
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: 2016-05-10 00:00:00.000000000 Z
11
+ date: 2016-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: killbill