killbill-paypal-express 1.5.1 → 1.5.2

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.
data/NEWS CHANGED
@@ -1,3 +1,6 @@
1
+ 1.5.2
2
+ Don't populate the second_payment_reference_id (see killbill/killbill-analytics-plugin#11)
3
+
1
4
  1.5.1
2
5
  Fix bug in get_payment_info and get_refund_info
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.1
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 = paypal_express_transaction.id.to_s
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.1</version>
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.1
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-19 00:00:00.000000000 Z
12
+ date: 2013-09-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: killbill