chargebee 2.30.0 → 2.31.0

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: 244d02a55f14671695dfddc05ad167abd9e52d46
4
- data.tar.gz: 96affd59534c4a4494ca8d645698d09bf818018a
3
+ metadata.gz: 64f4251f26d17c34b6bebfc99dd71bfaefe2b500
4
+ data.tar.gz: 4a2e677272067e2a1a21e7750bfb4200ea7cb18a
5
5
  SHA512:
6
- metadata.gz: dbc9d49396efe6d75e2e709e4c5a3c4b6fb1e40def13559d1356df66e3edb501bb3f6ba4bf15485a402cf93cc5c6fd38ef6dae7e40b94a2dd93fa15c71a75624
7
- data.tar.gz: bcd01bddf107f925e7243005501fd48490e3d77018fe1a1398ac2bb4e625c3cf215f22cadde0d006c68db9b89c8b083ece267cc3065e5f2bc930b6394889eedc
6
+ metadata.gz: cc9700091cd6d512566218765d56e13fcd3e0b468e85bbdcce8e2037d6ae48c7a7f623f05da59f63c6910475f6157b73967544ebf2de16b458df8b2fd8135fd4
7
+ data.tar.gz: 5bfdccbb3e7eb2955e976178bf48aa9298ffe00aa7bf484e5eda794f2e4b85637d5dc132834205a324208d9b7c029a9f8014343bb6c25cd1bee9c72ad4916877
data/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ### v2.31.0 (2023-09-26)
2
+ * * *
3
+
4
+ #### New attributes:
5
+ * venmo has been added to the PaymentSource resource.
6
+ * proration_type has been added to the QuotedCharge, QuotedSubscription and Subscription resource.
7
+
8
+ #### New Enum values:
9
+ * ebanx has been added to Gateway.
10
+ * venmo has been added to Customer#TypeEnum.
11
+ * venmo has been added to PaymentMethodEnum.
12
+ * venmo has been added to PaymentMethodTypeEnum.
13
+ * venmo has been added to TypeEnum.
14
+ * venmo has been added to PaymentIntent#PaymentMethodTypeEnum.
15
+
16
+ #### New Input parameters:
17
+ * einvoicing_method has been added to HostedPage#CheckoutOneTimeForItemsRequest.
18
+ * einvoicing_method has been added to HostedPage#CheckoutNewForItemsRequest.
19
+ * additional_information has been added to PaymentSource#CardAdditionalInformation.
20
+
1
21
  ### v2.30.0 (2023-09-05)
2
22
  * * *
3
23
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chargebee (2.30.0)
4
+ chargebee (2.31.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.30.0'
8
- s.date = '2023-09-05'
7
+ s.version = '2.31.0'
8
+ s.date = '2023-09-26'
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 = {
@@ -29,13 +29,17 @@ module ChargeBee
29
29
  attr_accessor :email, :agreement_id
30
30
  end
31
31
 
32
+ class Venmo < Model
33
+ attr_accessor :user_name
34
+ end
35
+
32
36
  class Mandate < Model
33
37
  attr_accessor :id, :subscription_id, :created_at
34
38
  end
35
39
 
36
40
  attr_accessor :id, :resource_version, :updated_at, :created_at, :customer_id, :type, :reference_id,
37
41
  :status, :gateway, :gateway_account_id, :ip_address, :issuing_country, :card, :bank_account,
38
- :boleto, :billing_address, :amazon_payment, :upi, :paypal, :mandates, :deleted, :business_entity_id
42
+ :boleto, :billing_address, :amazon_payment, :upi, :paypal, :venmo, :mandates, :deleted, :business_entity_id
39
43
 
40
44
  # OPERATIONS
41
45
  #-----------
@@ -6,7 +6,7 @@ module ChargeBee
6
6
  end
7
7
 
8
8
  class Addon < Model
9
- attr_accessor :id, :quantity, :unit_price, :quantity_in_decimal, :unit_price_in_decimal, :service_period
9
+ attr_accessor :id, :quantity, :unit_price, :quantity_in_decimal, :unit_price_in_decimal, :proration_type, :service_period
10
10
  end
11
11
 
12
12
  class InvoiceItem < Model
@@ -2,7 +2,7 @@ module ChargeBee
2
2
  class QuotedSubscription < Model
3
3
 
4
4
  class Addon < Model
5
- attr_accessor :id, :quantity, :unit_price, :amount, :trial_end, :remaining_billing_cycles, :quantity_in_decimal, :unit_price_in_decimal, :amount_in_decimal
5
+ attr_accessor :id, :quantity, :unit_price, :amount, :trial_end, :remaining_billing_cycles, :quantity_in_decimal, :unit_price_in_decimal, :amount_in_decimal, :proration_type
6
6
  end
7
7
 
8
8
  class EventBasedAddon < Model
@@ -14,7 +14,7 @@ module ChargeBee
14
14
  end
15
15
 
16
16
  class Addon < Model
17
- attr_accessor :id, :quantity, :unit_price, :amount, :trial_end, :remaining_billing_cycles, :quantity_in_decimal, :unit_price_in_decimal, :amount_in_decimal
17
+ attr_accessor :id, :quantity, :unit_price, :amount, :trial_end, :remaining_billing_cycles, :quantity_in_decimal, :unit_price_in_decimal, :amount_in_decimal, :proration_type
18
18
  end
19
19
 
20
20
  class EventBasedAddon < Model
@@ -66,7 +66,7 @@ module ChargeBee
66
66
 
67
67
  def payment_source()
68
68
  payment_source = get(:payment_source, PaymentSource,
69
- {:card => PaymentSource::Card, :bank_account => PaymentSource::BankAccount, :cust_voucher_source => PaymentSource::CustVoucherSource, :billing_address => PaymentSource::BillingAddress, :amazon_payment => PaymentSource::AmazonPayment, :upi => PaymentSource::Upi, :paypal => PaymentSource::Paypal, :mandates => PaymentSource::Mandate});
69
+ {:card => PaymentSource::Card, :bank_account => PaymentSource::BankAccount, :cust_voucher_source => PaymentSource::CustVoucherSource, :billing_address => PaymentSource::BillingAddress, :amazon_payment => PaymentSource::AmazonPayment, :upi => PaymentSource::Upi, :paypal => PaymentSource::Paypal, :venmo => PaymentSource::Venmo, :mandates => PaymentSource::Mandate});
70
70
  return payment_source;
71
71
  end
72
72
 
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.30.0'
71
+ VERSION = '2.31.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.30.0
4
+ version: 2.31.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: 2023-09-05 00:00:00.000000000 Z
12
+ date: 2023-09-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json_pure