killbill-paypal-express 1.5.1 → 1.5.2
Sign up to get free protection for your applications and to get access to all the features.
- data/NEWS +3 -0
- data/VERSION +1 -1
- data/lib/paypal_express/models/paypal_express_response.rb +1 -1
- data/pom.xml +1 -1
- metadata +2 -2
data/NEWS
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.5.
|
1
|
+
1.5.2
|
@@ -138,7 +138,7 @@ module Killbill::PaypalExpress
|
|
138
138
|
amount_in_cents = paypal_express_transaction.amount_in_cents
|
139
139
|
created_date = paypal_express_transaction.created_at
|
140
140
|
first_payment_reference_id = paypal_express_transaction.paypal_express_txn_id
|
141
|
-
second_payment_reference_id =
|
141
|
+
second_payment_reference_id = nil
|
142
142
|
end
|
143
143
|
|
144
144
|
effective_date = created_date
|
data/pom.xml
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
<groupId>com.ning.killbill.ruby</groupId>
|
26
26
|
<artifactId>paypal-express-plugin</artifactId>
|
27
27
|
<packaging>pom</packaging>
|
28
|
-
<version>1.5.
|
28
|
+
<version>1.5.2</version>
|
29
29
|
<name>paypal-express-plugin</name>
|
30
30
|
<url>http://github.com/killbill/killbill-paypal-express-plugin</url>
|
31
31
|
<description>Plugin for accessing paypal as a payment gateway</description>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: killbill-paypal-express
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-09-
|
12
|
+
date: 2013-09-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: killbill
|