killbill 1.0.17 → 1.0.18
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/.gitignore +1 -0
- data/VERSION +1 -1
- data/lib/killbill/jconverter.rb +2 -2
- metadata +2 -2
data/.gitignore
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.18
|
data/lib/killbill/jconverter.rb
CHANGED
|
@@ -84,8 +84,8 @@ module Killbill
|
|
|
84
84
|
def to_payment_method_response(pm)
|
|
85
85
|
props = java.util.ArrayList.new
|
|
86
86
|
pm.properties.each do |p|
|
|
87
|
-
jp =
|
|
88
|
-
|
|
87
|
+
jp = com.ning.billing.payment.api.PaymentMethodKVInfo.new(p.key, p.value, p.is_updatable)
|
|
88
|
+
props.add(jp)
|
|
89
89
|
end
|
|
90
90
|
Killbill::Plugin::Model::PaymentMethodPlugin.new(to_string(pm.external_payment_method_id),
|
|
91
91
|
to_boolean(pm.is_default_payment_method),
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: killbill
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.18
|
|
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-05-
|
|
12
|
+
date: 2013-05-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jbundler
|