chargebee 2.34.0 → 2.35.0

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: a9d00c2ae092a9ccc5996c25f956cfaaaac6c8a7
4
- data.tar.gz: 6af6f3abac87f00eb33d61b2937cab19e3539044
3
+ metadata.gz: 706ca84b567482469d3f7016ad9e195f5b940c9b
4
+ data.tar.gz: f24e923b78fe0091bf2a70c3336d7a9b2cb6f613
5
5
  SHA512:
6
- metadata.gz: 073fd0f9ade0b3be5c6c226043f49e131931b6ef425d922e07f4cf92364b218ff51d024fe39ca9f9b5f021962637cc6de652e2e8ce98f61d4c3b13cff3bf4edd
7
- data.tar.gz: d664d62985edda6843dfacb1ac5c1998ac8a2e6fd50ff0798710659962c3d75b256465a36157454fb5695947ae314a2dcc65699be6571e3de028b222eabd54fc
6
+ metadata.gz: 92e90b41e6590edf6ca1fa77c67b0e339ff6b83f7f3d7a90a555bc03753117388fdf5765e299a58dff546c909d82fb99f2fa2f4b1c1c8c4c7d73fcbadcecb368
7
+ data.tar.gz: be11ca3fb36d2a55c0c75cc5eb6e634b94374f0021569bc9d6f9f49ee7d00385a04875933c6665ee8cb8e4fb67ae7d1cb7c8b5aec96be11bcbcb2f5d0a7f1435
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ### v2.35.0 (2024-01-31)
2
+ * * *
3
+
4
+ #### New Enum values:
5
+ * item_price_entitlements_updated has been added to EventTypeEnum.
6
+ * item_price_entitlements_removed has been added to EventTypeEnum.
7
+
8
+ #### New Input parameters:
9
+ * layout has been added to HostedPage#AcceptQuoteRequest in HostedPage resource.
10
+
1
11
  ### v2.34.0 (2024-01-04)
2
12
  * * *
3
13
 
@@ -18,7 +28,6 @@
18
28
  * active_id has been added to customers.
19
29
  * active_id has been added to subscriptions.
20
30
  * reference_id has been made optional for payment_sources/create_using_permanent_token
21
- * payment_method_token, customer_profile_token, network_transaction_id, mandate_id, skip_retrieval, card, billing_address has been added to payment_sources.
22
31
  * custom_payment_method_id has been added to transactions.
23
32
  * custom_payment_method_name has been added to transactions.
24
33
  * error_detail has been added to transactions.
@@ -28,9 +37,6 @@
28
37
  * CMR_FALABELLA, TARJETA_NARANJA, NATIVA, CENCOSUD, CABAL, ARGENCARD, ELO, HIPERCARD, CARNET, RUPAY, MAESTRO has been added to Card#CardTypeEnum
29
38
  * Transferred has been added to Subscription#StatusEnum.
30
39
  * Transferred has been added to SubscriptionEstimate#StatusEnum.
31
- * proration_type has been added to Subscription#UpdateForItemsRequest.
32
- * proration_type has been added to ItemPrice.
33
- * payment_initiator has been added to Invoice.
34
40
  * AutomatedBankTransfer has been added to PaymentMethodEnum.
35
41
  * UsAutomatedBankTransfer, GbAutomatedBankTransfer, EuAutomatedBankTransfer, JpAutomatedBankTransfer, MxAutomatedBankTransfer has been added to VirtualBankAccount#SchemeEnum.
36
42
  * CustomerBusinessEntityChanged, SubscriptionBusinessEntityChanged has been added to EventTypeEnum.
@@ -42,16 +48,9 @@
42
48
  #### New Input parameters:
43
49
  * custom_payment_method_name has been added to Transactions#RecordRefundRequest.
44
50
  * proration_type has been added to Subscription#UpdateForItemsRequest.
51
+ * proration_type has been added to ItemPrice.
52
+ * payment_initiator has been added to Invoice.
45
53
  * payment_method_token, customer_profile_token, network_transaction_id, mandate_id, skip_retrieval, card, billing_address has been added to PaymentSource#CreateUsingPermanentTokenRequest.
46
- * date_to, date_from, prorated_taxable_amount has been added to QuoteLineGroup#LineItemTax.
47
- * date_to, date_from, prorated_taxable_amount has been added to Quote#LineItemTax.
48
- * date_to, date_from, prorated_taxable_amount has been added to CreditNoteEstimate#LineItemTax.
49
- * date_to, date_from, prorated_taxable_amount has been added to CreditNote#LineItemTax.
50
- * date_to, date_from, prorated_taxable_amount has been added to InvoiceEstimate#LineItemTax.
51
- * date_to, date_from, prorated_taxable_amount has been added to Order#LineItemTax.
52
- * date_to, date_from, prorated_taxable_amount has been added to Invoice#LineItemTax.
53
- * active_id has been added to Customer.
54
- * active_id has been added to Subscription.
55
54
  * subscription_items[proration_type] has been added to Estimate#UpdateSubscriptionForItemsRequest.
56
55
  * transaction[custom_payment_method_id] has been added to Customer#RecordExcessPaymentRequest.
57
56
  * transaction[custom_payment_method_id] has been added to CreditNote#RecordRefundRequest.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chargebee (2.34.0)
4
+ chargebee (2.35.0)
5
5
  cgi (>= 0.1.0, < 1.0.0)
6
6
  json_pure (~> 2.1)
7
7
  rest-client (>= 1.8, <= 2.0.2)
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.34.0'
8
- s.date = '2024-01-04'
7
+ s.version = '2.35.0'
8
+ s.date = '2024-01-31'
9
9
  s.summary = "Ruby client for Chargebee API."
10
10
  s.description = "Subscription Billing - Simple. Secure. Affordable. More details at www.chargebee.com."
11
11
  s.metadata = {
@@ -18,7 +18,7 @@ module ChargeBee
18
18
  end
19
19
 
20
20
  class LineItemTax < Model
21
- attr_accessor :line_item_id, :tax_name, :tax_rate, :is_partial_tax_applied, :is_non_compliance_tax, :taxable_amount, :tax_amount, :tax_juris_type, :tax_juris_name, :tax_juris_code, :tax_amount_in_local_currency, :local_currency_code
21
+ attr_accessor :line_item_id, :tax_name, :tax_rate, :date_to, :date_from, :prorated_taxable_amount, :is_partial_tax_applied, :is_non_compliance_tax, :taxable_amount, :tax_amount, :tax_juris_type, :tax_juris_name, :tax_juris_code, :tax_amount_in_local_currency, :local_currency_code
22
22
  end
23
23
 
24
24
  class LineItemTier < Model
@@ -14,7 +14,7 @@ module ChargeBee
14
14
  end
15
15
 
16
16
  class LineItemTax < Model
17
- attr_accessor :line_item_id, :tax_name, :tax_rate, :is_partial_tax_applied, :is_non_compliance_tax, :taxable_amount, :tax_amount, :tax_juris_type, :tax_juris_name, :tax_juris_code, :tax_amount_in_local_currency, :local_currency_code
17
+ attr_accessor :line_item_id, :tax_name, :tax_rate, :date_to, :date_from, :prorated_taxable_amount, :is_partial_tax_applied, :is_non_compliance_tax, :taxable_amount, :tax_amount, :tax_juris_type, :tax_juris_name, :tax_juris_code, :tax_amount_in_local_currency, :local_currency_code
18
18
  end
19
19
 
20
20
  class LineItemTier < Model
@@ -14,11 +14,11 @@ module ChargeBee
14
14
  end
15
15
 
16
16
  attr_accessor :id, :name, :item_family_id, :product_id, :item_id, :description, :status, :external_name,
17
- :pricing_model, :price, :price_in_decimal, :period, :currency_code, :period_unit, :trial_period,
18
- :trial_period_unit, :trial_end_action, :shipping_period, :shipping_period_unit, :billing_cycles,
19
- :free_quantity, :free_quantity_in_decimal, :channel, :resource_version, :updated_at, :created_at,
20
- :archived_at, :invoice_notes, :tiers, :is_taxable, :tax_detail, :accounting_detail, :metadata,
21
- :item_type, :archivable, :parent_item_id, :show_description_in_invoices, :show_description_in_quotes
17
+ :proration_type, :pricing_model, :price, :price_in_decimal, :period, :currency_code, :period_unit,
18
+ :trial_period, :trial_period_unit, :trial_end_action, :shipping_period, :shipping_period_unit,
19
+ :billing_cycles, :free_quantity, :free_quantity_in_decimal, :channel, :resource_version, :updated_at,
20
+ :created_at, :archived_at, :invoice_notes, :tiers, :is_taxable, :tax_detail, :accounting_detail,
21
+ :metadata, :item_type, :archivable, :parent_item_id, :show_description_in_invoices, :show_description_in_quotes
22
22
 
23
23
  # OPERATIONS
24
24
  #-----------
data/lib/chargebee.rb CHANGED
@@ -68,7 +68,7 @@ require File.dirname(__FILE__) + '/chargebee/models/token.rb'
68
68
 
69
69
  module ChargeBee
70
70
 
71
- VERSION = '2.34.0'
71
+ VERSION = '2.35.0'
72
72
 
73
73
  @@default_env = nil
74
74
  @@verify_ca_certs = true
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.34.0
4
+ version: 2.35.0
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: 2024-01-04 00:00:00.000000000 Z
12
+ date: 2024-01-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json_pure