killbill-client 0.10.7 → 0.10.8
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.
- checksums.yaml +4 -4
- data/lib/killbill_client/models/subscription.rb +4 -0
- data/lib/killbill_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2f30c10691feb200915fa4b62dc3a98813df486
|
|
4
|
+
data.tar.gz: a18f546a42044178b74948c51f1c99aad2de0e33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd060624c429923c0ec3270731fbcd9f138eb975b4184d0a9ba6705cc7ba1fb4ac996f88e474644643589778534c2ae0eba48c8d3997e1949b3b1cd0b9b45008
|
|
7
|
+
data.tar.gz: 6b9c859d70519c6a66432b8c447ab92ff0eac2e3a42fa18c0b34659a9e10d6548a9a5a35384275bf11bd845931c95854603fa1d26ff3725ffb35522ae8e6f97a
|
|
@@ -47,6 +47,10 @@ module KillBillClient
|
|
|
47
47
|
params[:requestedDate] = requested_date unless requested_date.nil?
|
|
48
48
|
params[:billingPolicy] = billing_policy unless billing_policy.nil?
|
|
49
49
|
|
|
50
|
+
# Make sure account_id is set
|
|
51
|
+
input[:accountId] = @account_id
|
|
52
|
+
input[:productCategory] = @product_category
|
|
53
|
+
|
|
50
54
|
return self.class.put "#{KILLBILL_API_ENTITLEMENT_PREFIX}/#{@subscription_id}",
|
|
51
55
|
input.to_json,
|
|
52
56
|
params,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: killbill-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Killbill core team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|