chargebee 2.3.7 → 2.3.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6b40f9820bca9790f2025fcbc28aa9fa46fde75
4
- data.tar.gz: 8e4f459b920ee05015f6b6bcf4a59ec3250b1a7b
3
+ metadata.gz: 2bdb428f9fe1f931bb101fe742dd06824c00c351
4
+ data.tar.gz: 515f1870e848b2f99b56b1fcb285637cacc5ccd6
5
5
  SHA512:
6
- metadata.gz: aa66e92ac1a3d55b37a33d7f44386469833483f5e46517df656192b0ccec7e20a0c83a6dc92eb88cc73a7d72059e2f6da1da5552ba3ac9be6355c2e83bac97cc
7
- data.tar.gz: 46a24a0209f667c01d91a4fc64126c07f60c349311ae416b64c44a136a26de227fd9b8294ff35b96ad50cf6bbdc4e964acf56b1f4e1c71376a160feac3c5dbd0
6
+ metadata.gz: b0c3b85915e0570a614b8d2e42d69a52ebc1af62e3689967a728c47b2083d2a8c8cb8461d6447660338c38a65ed8e71382863f1c43875fe52d825a49caf8b76f
7
+ data.tar.gz: e7ad6f55284a3d2312258e07e9a563e49395f7ffbfa09874cc0f5216751c422a9e7357e28460cccddf3cf3b3e197816e10a7f736513015be242aed992df549b9
@@ -1,3 +1,14 @@
1
+ ### v2.3.8 (2017-09-14)
2
+ * * *
3
+
4
+ ** APIs updated**:
5
+
6
+ The attribute registered_for_gst has been added to the Customer resource.
7
+ See : https://apidocs.chargebee.com/docs/api/customers#customer_attributes
8
+
9
+ The parameter registered_for_gst has been added in Create a customer , Update billing info for a customer , Create subscription estimate , Update subscription estimate , Create a subscription and Update a subscription APIs.
10
+ See : https://apidocs.chargebee.com/docs/api/customers#create_a_customer
11
+
1
12
  ### v2.3.7 (2017-09-06)
2
13
  * * *
3
14
 
@@ -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.7'
8
- s.date = '2017-09-06'
7
+ s.version = '2.3.8'
8
+ s.date = '2017-09-14'
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."
@@ -38,7 +38,7 @@ require File.dirname(__FILE__) + '/chargebee/models/time_machine'
38
38
 
39
39
  module ChargeBee
40
40
 
41
- VERSION = '2.3.7'
41
+ VERSION = '2.3.8'
42
42
 
43
43
  @@default_env = nil
44
44
  @@verify_ca_certs = true
@@ -23,7 +23,7 @@ module ChargeBee
23
23
  :billing_date_mode, :billing_day_of_week, :billing_day_of_week_mode, :card_status, :fraud_flag,
24
24
  :primary_payment_source_id, :backup_payment_source_id, :billing_address, :referral_urls, :contacts,
25
25
  :payment_method, :invoice_notes, :preferred_currency_code, :promotional_credits, :unbilled_charges,
26
- :refundable_credits, :excess_payments, :meta_data, :deleted
26
+ :refundable_credits, :excess_payments, :meta_data, :deleted, :registered_for_gst
27
27
 
28
28
  # OPERATIONS
29
29
  #-----------
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.7
4
+ version: 2.3.8
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-09-06 00:00:00.000000000 Z
12
+ date: 2017-09-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json_pure