killbill-cybersource 4.0.5 → 4.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/NEWS +3 -0
- data/VERSION +1 -1
- data/lib/cybersource/models/response.rb +1 -1
- data/pom.xml +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8478664d561af5bbb03aa2fe320f238995d914b4
|
4
|
+
data.tar.gz: 798bc353760c87feb1b0402acc058e1224fe5d2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4297a35bd9a0c3d11904073530cb5ef32e453e960bf0a16ace61ecb688581091b2ba213aece6f33cdf871023c0d52ec36f739c00cb7d1212fcf6e516ca96f5be
|
7
|
+
data.tar.gz: 38b18109fb61c1955c07dc13e7cde92938d547d7f270f5309cf9943ccac505a23abe93b142e17694069c092d23b59006329de981e0c30d9f18455fbd686f54f7
|
data/Gemfile.lock
CHANGED
data/NEWS
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
4.0.
|
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?('{')
|
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.
|
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.
|
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-
|
11
|
+
date: 2016-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: killbill
|