chargebee 2.3.2 → 2.3.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38fa6e24a19f0fcffb1a6718d2fd0a74ceb484c4
4
- data.tar.gz: 48ff155207c90a59045befe673fcb526d3f8c064
3
+ metadata.gz: 1866d1a4e6905b2c7f244b6d8eee32720826a1ee
4
+ data.tar.gz: 4f996c9f323801c4ac8b7272822a6bd6f06b1cb6
5
5
  SHA512:
6
- metadata.gz: 099cfe74e5bdfbb0060f9bef2c6915c9c62fdd3ed155ba7e6f8cb56a50f832b65f5322afabcf8c377909322097e61716e7383c1083d957b49a75b1fc263125d3
7
- data.tar.gz: 0ac8f73639afd209f759be5ba50e200fb4589ca01960b753f4f3f126788ecd2194cb70516e9debc470ed3b7f48e5aa260de001a23cb3d7ba9fba01add26fdb90
6
+ metadata.gz: 5234840c937e6a19a6d0eedcaa7959c367c3fc919a81e8ba8a014e80bf3508ac3cebe608610e01528af2648a82091768c0004b6c1a7714f94d980357ec789156
7
+ data.tar.gz: c4868f724c2594fd4cc1698d5430934ebb0d9519266718b290586ef91b650c373d8773a013bf1e72d9d105564477c6e7761c34ee2d1732a868d5b1aabd22523a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ### v2.3.3 (2017-08-03)
2
+ * * *
3
+
4
+ ** APIs updated**:
5
+
6
+ The attribute trial_end has been added to Subscriptions Addon subresource.
7
+ See : https://apidocs.chargebee.com/docs/api/subscriptions#subscription_addons_trial_end
8
+
9
+ The parameter trial_end would be added to Addon subresource in Create a subscription,Create subcription for customer, Update a subcription, Create subscription estimate, Create subscription for customer estimate and Update subscription estimate APIs.
10
+ See : https://apidocs.chargebee.com/docs/api/subscriptions#create_a_subscription_addons_trial_end
11
+
1
12
  ### v2.3.2 (2017-07-26)
2
13
  * * *
3
14
 
data/chargebee.gemspec CHANGED
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = '1.3.5'
5
5
  s.required_ruby_version = '>= 1.9.3'
6
6
  s.name = 'chargebee'
7
- s.version = '2.3.2'
8
- s.date = '2017-07-26'
7
+ s.version = '2.3.3'
8
+ s.date = '2017-08-03'
9
9
 
10
10
  s.summary = "Ruby client for Chargebee API."
11
11
  s.description = "Subscription Billing - Simple. Secure. Affordable. More details at www.chargebee.com."
data/lib/chargebee.rb CHANGED
@@ -38,7 +38,7 @@ require File.dirname(__FILE__) + '/chargebee/models/time_machine'
38
38
 
39
39
  module ChargeBee
40
40
 
41
- VERSION = '2.3.2'
41
+ VERSION = '2.3.3'
42
42
 
43
43
  @@default_env = nil
44
44
  @@verify_ca_certs = true
@@ -2,7 +2,7 @@ module ChargeBee
2
2
  class Subscription < Model
3
3
 
4
4
  class Addon < Model
5
- attr_accessor :id, :quantity, :unit_price
5
+ attr_accessor :id, :quantity, :unit_price, :trial_end
6
6
  end
7
7
 
8
8
  class Coupon < Model
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chargebee
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rajaraman S
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-07-26 00:00:00.000000000 Z
12
+ date: 2017-08-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json_pure