killbill-litle 1.8.0 → 1.8.1
Sign up to get free protection for your applications and to get access to all the features.
- data/NEWS +4 -1
- data/VERSION +1 -1
- data/lib/litle/models/litle_response.rb +2 -2
- data/pom.xml +1 -1
- metadata +2 -2
data/NEWS
CHANGED
@@ -1,5 +1,8 @@
|
|
1
|
+
1.8.1
|
2
|
+
Fix first_reference_id to support AmEx transactions (see killbill/killbill-analytics-plugin#10)
|
3
|
+
|
1
4
|
1.8.0
|
2
|
-
|
5
|
+
Update to latest killbill 1.6.0 (new entitlement Apis)
|
3
6
|
|
4
7
|
1.7.1
|
5
8
|
Update to active_merchant 1.36.0 (no need for custom build anymore)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.8.
|
1
|
+
1.8.1
|
@@ -95,8 +95,8 @@ module Killbill::Litle
|
|
95
95
|
else
|
96
96
|
amount_in_cents = litle_transaction.amount_in_cents
|
97
97
|
created_date = litle_transaction.created_at
|
98
|
-
first_payment_reference_id =
|
99
|
-
second_payment_reference_id = litle_transaction.
|
98
|
+
first_payment_reference_id = params_litleonelineresponse_saleresponse_id
|
99
|
+
second_payment_reference_id = litle_transaction.litle_txn_id
|
100
100
|
end
|
101
101
|
|
102
102
|
effective_date = params_litleonelineresponse_saleresponse_response_time || created_date
|
data/pom.xml
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
<groupId>com.ning.killbill.ruby</groupId>
|
26
26
|
<artifactId>litle-plugin</artifactId>
|
27
27
|
<packaging>pom</packaging>
|
28
|
-
<version>1.8.
|
28
|
+
<version>1.8.1</version>
|
29
29
|
<name>litle-plugin</name>
|
30
30
|
<url>http://github.com/killbill/killbill-litle-plugin</url>
|
31
31
|
<description>Plugin for accessing Litle as a payment gateway</description>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: killbill-litle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.
|
4
|
+
version: 1.8.1
|
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-
|
12
|
+
date: 2013-09-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: killbill
|