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 CHANGED
@@ -21,3 +21,4 @@ doc/
21
21
  Jarfile.lock
22
22
  Gemfile.lock
23
23
  *.swp
24
+ .idea
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.17
1
+ 1.0.18
@@ -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 = Killbill::Plugin::Model::PaymentMethodKVInfo.new(p.is_updatable, p.key, p.value)
88
- @props.add(jp)
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.17
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-23 00:00:00.000000000 Z
12
+ date: 2013-05-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jbundler