chargebee 2.58.0 → 2.69.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 +4 -4
- data/CHANGELOG.md +314 -0
- data/Gemfile +4 -3
- data/Gemfile.lock +18 -14
- data/Makefile +112 -0
- data/README.md +6 -0
- data/VERSION +1 -0
- data/chargebee.gemspec +17 -3
- data/lib/chargebee/errors.rb +12 -3
- data/lib/chargebee/models/comment.rb +1 -1
- data/lib/chargebee/models/coupon_code.rb +1 -0
- data/lib/chargebee/models/credit_note.rb +25 -24
- data/lib/chargebee/models/credit_note_estimate.rb +10 -10
- data/lib/chargebee/models/currency.rb +2 -2
- data/lib/chargebee/models/customer.rb +4 -1
- data/lib/chargebee/models/discount.rb +1 -1
- data/lib/chargebee/models/einvoice.rb +10 -0
- data/lib/chargebee/models/entitlement_override.rb +2 -2
- data/lib/chargebee/models/gateway_error_detail.rb +1 -1
- data/lib/chargebee/models/gift.rb +1 -0
- data/lib/chargebee/models/hosted_page.rb +1 -0
- data/lib/chargebee/models/impacted_customer.rb +14 -0
- data/lib/chargebee/models/invoice.rb +40 -33
- data/lib/chargebee/models/invoice_estimate.rb +14 -14
- data/lib/chargebee/models/offer_event.rb +16 -0
- data/lib/chargebee/models/offer_fulfillment.rb +36 -0
- data/lib/chargebee/models/omnichannel_one_time_order.rb +25 -0
- data/lib/chargebee/models/omnichannel_one_time_order_item.rb +11 -0
- data/lib/chargebee/models/omnichannel_subscription.rb +9 -4
- data/lib/chargebee/models/omnichannel_subscription_item.rb +2 -2
- data/lib/chargebee/models/omnichannel_subscription_item_offer.rb +12 -0
- data/lib/chargebee/models/omnichannel_transaction.rb +9 -1
- data/lib/chargebee/models/order.rb +2 -1
- data/lib/chargebee/models/payment_intent.rb +6 -2
- data/lib/chargebee/models/personalized_offer.rb +26 -0
- data/lib/chargebee/models/pricing_page_session.rb +2 -0
- data/lib/chargebee/models/promotional_credit.rb +1 -1
- data/lib/chargebee/models/quote.rb +11 -11
- data/lib/chargebee/models/quote_line_group.rb +10 -10
- data/lib/chargebee/models/quoted_charge.rb +5 -1
- data/lib/chargebee/models/quoted_delta_ramp.rb +14 -0
- data/lib/chargebee/models/quoted_ramp.rb +1 -1
- data/lib/chargebee/models/quoted_subscription.rb +2 -2
- data/lib/chargebee/models/ramp.rb +7 -3
- data/lib/chargebee/models/recorded_purchase.rb +5 -1
- data/lib/chargebee/models/subscription.rb +4 -3
- data/lib/chargebee/models/subscription_entitlements_created_detail.rb +10 -0
- data/lib/chargebee/models/subscription_entitlements_updated_detail.rb +10 -0
- data/lib/chargebee/models/subscription_estimate.rb +1 -1
- data/lib/chargebee/models/transaction.rb +3 -1
- data/lib/chargebee/models/usage_file.rb +5 -5
- data/lib/chargebee/models/webhook_endpoint.rb +52 -0
- data/lib/chargebee/{nativeRequest.rb → native_request.rb} +17 -9
- data/lib/chargebee/request.rb +2 -2
- data/lib/chargebee/result.rb +103 -18
- data/lib/chargebee.rb +10 -2
- data/lib/ssl/ca-certs.crt +50 -0
- data/spec/chargebee/native_request_spec.rb +13 -0
- metadata +22 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3294097131db3c1a50de793973541773f48750617de6d527b45ad4ce4ffa0a36
|
|
4
|
+
data.tar.gz: b277f2211a7c788bf91772b72242ca10697d28c407a3f456fd0771e6440809a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c56325ba3306da1b8ea933116ca444fbbc6ec2334f0dea6093d33625b416a1724b38fb885bbe07c2c7ab77ca1d6d0178884952a0c6e8dc2832ecac7bf29e11a
|
|
7
|
+
data.tar.gz: 4361feee0c20cce1b9f74e04538d5c2856e74fbad5c5fcd875e4f5c20d719b9c8b4320a17b297bd2216e305638afee80907bc3079a8768a12e9fd6a39002527f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,317 @@
|
|
|
1
|
+
### v2.69.0 (2026-03-02)
|
|
2
|
+
* * *
|
|
3
|
+
### New Resources:
|
|
4
|
+
- [`UsageCharge`](https://apidocs.chargebee.com/docs/api/usage_charges) has been added.
|
|
5
|
+
- [`UsageSummary`](https://apidocs.chargebee.com/docs/api/usage_summaries) has been added.
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### New Attributes:
|
|
9
|
+
- [`free_period`](https://apidocs.chargebee.com/docs/api/quoted_subscriptions/quoted-subscription-object#free_period) has been added to [`QuotedSubscription`](https://apidocs.chargebee.com/docs/api/quoted_subscriptions).
|
|
10
|
+
- [`free_period_unit`](https://apidocs.chargebee.com/docs/api/quoted_subscriptions/quoted-subscription-object#free_period_unit) has been added to [`QuotedSubscription`](https://apidocs.chargebee.com/docs/api/quoted_subscriptions).
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### New Parameters:
|
|
14
|
+
- [`net_term_days`](https://apidocs.chargebee.com/docs/api/invoices/create-invoice-for-items-and-one-time-charges#net_term_days) has been added as request body parameter to [`create_invoice_for_items_and_one-time_charges`](https://apidocs.chargebee.com/docs/api/invoices/create-invoice-for-items-and-one-time-charges) in [`Invoice`](https://apidocs.chargebee.com/docs/api/invoices).
|
|
15
|
+
- [`contract_term`](https://apidocs.chargebee.com/docs/api/pricing_page_sessions/create-pricing-page-for-existing-subscription#contract_term) has been added as request body parameter to [`create_pricing_page_for_existing_subscription`](https://apidocs.chargebee.com/docs/api/pricing_page_sessions/create-pricing-page-for-existing-subscription) in [`PricingPageSession`](https://apidocs.chargebee.com/docs/api/pricing_page_sessions).
|
|
16
|
+
- [`contract_term`](https://apidocs.chargebee.com/docs/api/pricing_page_sessions/create-pricing-page-for-new-subscription#contract_term) has been added as request body parameter to [`create_pricing_page_for_new_subscription`](https://apidocs.chargebee.com/docs/api/pricing_page_sessions/create-pricing-page-for-new-subscription) in [`PricingPageSession`](https://apidocs.chargebee.com/docs/api/pricing_page_sessions).
|
|
17
|
+
- [`subscription.free_period`](https://apidocs.chargebee.com/docs/api/quotes/create-a-quote-for-a-new-subscription-items#subscription_free_period) has been added as request body parameter to [`create_a_quote_for_a_new_subscription_items`](https://apidocs.chargebee.com/docs/api/quotes/create-a-quote-for-a-new-subscription-items) in [`Quote`](https://apidocs.chargebee.com/docs/api/quotes).
|
|
18
|
+
- [`subscription.free_period_unit`](https://apidocs.chargebee.com/docs/api/quotes/create-a-quote-for-a-new-subscription-items#subscription_free_period_unit) has been added as request body parameter to [`create_a_quote_for_a_new_subscription_items`](https://apidocs.chargebee.com/docs/api/quotes/create-a-quote-for-a-new-subscription-items) in [`Quote`](https://apidocs.chargebee.com/docs/api/quotes).
|
|
19
|
+
- [`subscription.free_period`](https://apidocs.chargebee.com/docs/api/quotes/edit-create-subscription-quote-for-items#subscription_free_period) has been added as request body parameter to [`edit_create_subscription_quote_for_items`](https://apidocs.chargebee.com/docs/api/quotes/edit-create-subscription-quote-for-items) in [`Quote`](https://apidocs.chargebee.com/docs/api/quotes).
|
|
20
|
+
- [`subscription.free_period_unit`](https://apidocs.chargebee.com/docs/api/quotes/edit-create-subscription-quote-for-items#subscription_free_period_unit) has been added as request body parameter to [`edit_create_subscription_quote_for_items`](https://apidocs.chargebee.com/docs/api/quotes/edit-create-subscription-quote-for-items) in [`Quote`](https://apidocs.chargebee.com/docs/api/quotes).
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### New Enums:
|
|
24
|
+
- `month`, `week`, `day`, `hour`, and `minute` have been added as new values enum `WindowSize`.
|
|
25
|
+
- `cancel`, `renew_once`, `renew`, and `evergreen` have been added as new values to enum request body parameter `contract_term.action_at_term_end` in [`create_pricing_page_for_existing_subscription`](https://apidocs.chargebee.com/docs/api/pricing_page_sessions/create-pricing-page-for-existing-subscription) of [`PricingPageSession`](https://apidocs.chargebee.com/docs/api/pricing_page_sessions).
|
|
26
|
+
- `cancel`, `renew_once`, `renew`, and `evergreen` have been added as new values to enum request body parameter `contract_term.action_at_term_end` in [`create_pricing_page_for_new_subscription`](https://apidocs.chargebee.com/docs/api/pricing_page_sessions/create-pricing-page-for-new-subscription) of [`PricingPageSession`](https://apidocs.chargebee.com/docs/api/pricing_page_sessions).
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### v2.68.0 (2026-02-06)
|
|
31
|
+
* * *
|
|
32
|
+
### New Attributes:
|
|
33
|
+
- [`subscription_id`](https://apidocs.chargebee.com/docs/api/entitlement_overrides/entitlement-override-object#subscription_id) has been added to [`EntitlementOverride`](https://apidocs.chargebee.com/docs/api/entitlement_overrides).
|
|
34
|
+
- [`is_enabled`](https://apidocs.chargebee.com/docs/api/entitlement_overrides/entitlement-override-object#is_enabled) has been added to [`EntitlementOverride`](https://apidocs.chargebee.com/docs/api/entitlement_overrides).
|
|
35
|
+
- [`decommissioned`](https://apidocs.chargebee.com/docs/api/subscriptions/subscription-object#decommissioned) has been added to [`Subscription`](https://apidocs.chargebee.com/docs/api/subscriptions).
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### New Parameters:
|
|
39
|
+
- [`omnichannel_subscription_item`](https://apidocs.chargebee.com/docs/api/omnichannel_subscriptions/list-omnichannel-subscriptions#omnichannel_subscription_item) has been added as query parameter to [`list_omnichannel_subscriptions`](https://apidocs.chargebee.com/docs/api/omnichannel_subscriptions/list-omnichannel-subscriptions) in [`OmnichannelSubscription`](https://apidocs.chargebee.com/docs/api/omnichannel_subscriptions).
|
|
40
|
+
- [`entitlement_overrides.entity_id`](https://apidocs.chargebee.com/docs/api/entitlement_overrides/upsert-or-remove-entitlement-overrides-for-a-subscription#entitlement_overrides_entity_id) has been added as request body parameter to [`upsert_or_remove_entitlement_overrides_for_a_subscription`](https://apidocs.chargebee.com/docs/api/entitlement_overrides/upsert-or-remove-entitlement-overrides-for-a-subscription) in [`EntitlementOverride`](https://apidocs.chargebee.com/docs/api/entitlement_overrides).
|
|
41
|
+
- [`entitlement_overrides.entity_type`](https://apidocs.chargebee.com/docs/api/entitlement_overrides/upsert-or-remove-entitlement-overrides-for-a-subscription#entitlement_overrides_entity_type) has been added as request body parameter to [`upsert_or_remove_entitlement_overrides_for_a_subscription`](https://apidocs.chargebee.com/docs/api/entitlement_overrides/upsert-or-remove-entitlement-overrides-for-a-subscription) in [`EntitlementOverride`](https://apidocs.chargebee.com/docs/api/entitlement_overrides).
|
|
42
|
+
- [`entitlement_overrides.is_enabled`](https://apidocs.chargebee.com/docs/api/entitlement_overrides/upsert-or-remove-entitlement-overrides-for-a-subscription#entitlement_overrides_is_enabled) has been added as request body parameter to [`upsert_or_remove_entitlement_overrides_for_a_subscription`](https://apidocs.chargebee.com/docs/api/entitlement_overrides/upsert-or-remove-entitlement-overrides-for-a-subscription) in [`EntitlementOverride`](https://apidocs.chargebee.com/docs/api/entitlement_overrides).
|
|
43
|
+
- [`payment_method_save_policy`](https://apidocs.chargebee.com/docs/api/hosted_pages/collect-now#payment_method_save_policy) has been added as request body parameter to [`collect_now`](https://apidocs.chargebee.com/docs/api/hosted_pages/collect-now) in [`HostedPage`](https://apidocs.chargebee.com/docs/api/hosted_pages).
|
|
44
|
+
- [`decommissioned`](https://apidocs.chargebee.com/docs/api/subscriptions/cancel-subscription-for-items#decommissioned) has been added as request body parameter to [`cancel_subscription_for_items`](https://apidocs.chargebee.com/docs/api/subscriptions/cancel-subscription-for-items) in [`Subscription`](https://apidocs.chargebee.com/docs/api/subscriptions).
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Parameter Updates:
|
|
48
|
+
- [`pricing_page`](https://apidocs.chargebee.com/docs/api/pricing_page_sessions/create-pricing-page-for-existing-subscription#pricing_page) has been changed from required to optional in [`create_pricing_page_for_existing_subscription`](https://apidocs.chargebee.com/docs/api/pricing_page_sessions/create-pricing-page-for-existing-subscription) of [`PricingPageSession`](https://apidocs.chargebee.com/docs/api/pricing_page_sessions).
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### New Events:
|
|
52
|
+
- [`payment_due_reminder`](https://apidocs.chargebee.com/docs/api/events/webhook/payment_due_reminder) has been added.
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### New Enums:
|
|
56
|
+
- `charge` has been added as a new value enum `EntityType`.
|
|
57
|
+
- `payment_due_reminder` has been added as a new value enum `EventType`.
|
|
58
|
+
- `tempus` has been added as a new value enum `Gateway`.
|
|
59
|
+
- `kakao_pay`, `naver_pay`, `revolut_pay`, and `cash_app_pay` have been added as new values enum `PaymentMethod`.
|
|
60
|
+
- `always`, `ask`, and `never` have been added as new values enum `PaymentMethodSavePolicy`.
|
|
61
|
+
- `kakao_pay`, `naver_pay`, `revolut_pay`, and `cash_app_pay` have been added as new values enum `PaymentMethodType`.
|
|
62
|
+
- `kakao_pay`, `naver_pay`, `revolut_pay`, and `cash_app_pay` have been added as new values enum `Type`.
|
|
63
|
+
- `accepted`, `rejected`, `message_acknowledgement`, `in_process`, `under_query`, `conditionally_accepted`, and `paid` have been added as new values to enum attribute [`einvoice.status`](https://apidocs.chargebee.com/docs/api/credit_notes/credit-note-object#einvoice_status) in [`CreditNote`](https://apidocs.chargebee.com/docs/api/credit_notes).
|
|
64
|
+
- `accepted`, `rejected`, `message_acknowledgement`, `in_process`, `under_query`, `conditionally_accepted`, and `paid` have been added as new values to enum attribute [`status`](https://apidocs.chargebee.com/docs/api/einvoices/einvoice-object#status) in [`Einvoice`](https://apidocs.chargebee.com/docs/api/einvoices).
|
|
65
|
+
- `accepted`, `rejected`, `message_acknowledgement`, `in_process`, `under_query`, `conditionally_accepted`, and `paid` have been added as new values to enum attribute [`einvoice.status`](https://apidocs.chargebee.com/docs/api/invoices/invoice-object#einvoice_status) in [`Invoice`](https://apidocs.chargebee.com/docs/api/invoices).
|
|
66
|
+
- `kakao_pay`, `naver_pay`, `revolut_pay`, `cash_app_pay`, `wechat_pay`, and `alipay` have been added as new values to enum attribute [`payment_method_type`](https://apidocs.chargebee.com/docs/api/payment_intents/payment-intent-object#payment_method_type) in [`PaymentIntent`](https://apidocs.chargebee.com/docs/api/payment_intents).
|
|
67
|
+
- `kakao_pay`, `naver_pay`, `revolut_pay`, `cash_app_pay`, `wechat_pay`, and `alipay` have been added as new values to enum attribute [`active_payment_attempt.payment_method_type`](https://apidocs.chargebee.com/docs/api/payment_intents/payment-intent-object#active_payment_attempt_payment_method_type) in [`PaymentIntent`](https://apidocs.chargebee.com/docs/api/payment_intents).
|
|
68
|
+
- `kakao_pay`, `naver_pay`, `revolut_pay`, `cash_app_pay`, `wechat_pay`, and `alipay` have been added as new values to enum request body parameter `payment_method_type` in [`update_a_payment_intent`](https://apidocs.chargebee.com/docs/api/payment_intents/update-a-payment-intent) of [`PaymentIntent`](https://apidocs.chargebee.com/docs/api/payment_intents).
|
|
69
|
+
- `kakao_pay`, `naver_pay`, `revolut_pay`, `cash_app_pay`, `wechat_pay`, and `alipay` have been added as new values to enum request body parameter `payment_method_type` in [`create_a_payment_intent`](https://apidocs.chargebee.com/docs/api/payment_intents/create-a-payment-intent) of [`PaymentIntent`](https://apidocs.chargebee.com/docs/api/payment_intents).
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
### v3.67.0 (2026-01-16)
|
|
74
|
+
* * *
|
|
75
|
+
|
|
76
|
+
### New Parameters:
|
|
77
|
+
* `applicable_item_price_ids` has been added to Coupon#CouponListRequest.
|
|
78
|
+
* `applicable_item_price_ids` has been added to Export#CouponRequest.
|
|
79
|
+
|
|
80
|
+
### New Enums:
|
|
81
|
+
* `Twikey` has been added to GatewayEnum.
|
|
82
|
+
|
|
83
|
+
### Deleted Action:
|
|
84
|
+
* `move` action has been removed from the ItemPrice.
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### v2.66.0 (2025-12-30)
|
|
88
|
+
* * *
|
|
89
|
+
|
|
90
|
+
### New Attributes:
|
|
91
|
+
* retry_engine has been added to Invoice#DunningAttempt.
|
|
92
|
+
|
|
93
|
+
### New Endpoint:
|
|
94
|
+
* move action has been added to ItemPrice.
|
|
95
|
+
|
|
96
|
+
### New Parameters:
|
|
97
|
+
* exclude_tax_type has been added to Estimate#RenewalEstimateInputParam.
|
|
98
|
+
* variant_id has been added to ItemPrice#MoveInputParam.
|
|
99
|
+
* custom has been added to PricingPageSession#CreateForNewSubscriptionInputParam.
|
|
100
|
+
* custom has been added to PricingPageSession#CreateForExistingSubscriptionInputParam.
|
|
101
|
+
|
|
102
|
+
### New Enums:
|
|
103
|
+
* ELECTRONIC_PAYMENT_STANDARD has been added to PaymentMethodTypeEnum.
|
|
104
|
+
* KBC_PAYMENT_BUTTON has been added to PaymentMethodTypeEnum.
|
|
105
|
+
* PAY_BY_BANK has been added to PaymentMethodTypeEnum.
|
|
106
|
+
* TRUSTLY has been added to PaymentMethodTypeEnum.
|
|
107
|
+
* STABLECOIN has been added to PaymentMethodTypeEnum.
|
|
108
|
+
|
|
109
|
+
### v2.65.0 (2025-11-26)
|
|
110
|
+
* * *
|
|
111
|
+
|
|
112
|
+
### New Resources:
|
|
113
|
+
* Einvoice has been added.
|
|
114
|
+
* QuotedDeltaRamp has been added.
|
|
115
|
+
|
|
116
|
+
### New Attributes:
|
|
117
|
+
* line_items_next_offset has been added to CreditNote.
|
|
118
|
+
* line_items_next_offset has been added to Invoice.
|
|
119
|
+
* credit_lines has been added to SalesOrder.
|
|
120
|
+
* billable_unit_price has been added to SalesOrder#LineItem.
|
|
121
|
+
* billable_quantity has been added to SalesOrder#LineItem.
|
|
122
|
+
* billable_amount has been added to SalesOrder#LineItem.
|
|
123
|
+
|
|
124
|
+
### New Endpoint:
|
|
125
|
+
* move has been added to ItemPrice.
|
|
126
|
+
|
|
127
|
+
### New Parameters:
|
|
128
|
+
* line_items_limit has been added to CreditNote#RetrieveRequest.
|
|
129
|
+
* line_items_offset has been added to CreditNote#RetrieveRequest.
|
|
130
|
+
* line_items_limit has been added to Invoice#RetrieveRequest.
|
|
131
|
+
* line_items_offset has been added to Invoice#RetrieveRequest.
|
|
132
|
+
* item_tiers has been added to Estimate#GiftSubscriptionForItemsRequest.
|
|
133
|
+
* unit_price has been added to Estimate#SubscriptionItems#GiftSubscriptionForItemsRequest.
|
|
134
|
+
* unit_price_in_decimal has been added to Estimate#SubscriptionItems#GiftSubscriptionForItemsRequest.
|
|
135
|
+
* item_tiers has been added to Gift#CreateForItemsRequest.
|
|
136
|
+
* meta_data has been added to Gift#CreateForItemsRequest.
|
|
137
|
+
* unit_price has been added to Gift#SubscriptionItems#CreateForItemsRequest.
|
|
138
|
+
* unit_price_in_decimal has been added to Gift#SubscriptionItems#CreateForItemsRequest.
|
|
139
|
+
* item_tiers has been added to HostedPage#CheckoutGiftForItemsRequest.
|
|
140
|
+
* unit_price has been added to HostedPage#SubscriptionItems#CheckoutGiftForItemsRequest.
|
|
141
|
+
* unit_price_in_decimal has been added to HostedPage#SubscriptionItems#CheckoutGiftForItemsRequest.
|
|
142
|
+
* auto_select_local_currency has been added to PricingPageSession#CreateForNewSubscriptionRequest.
|
|
143
|
+
|
|
144
|
+
### New Enums:
|
|
145
|
+
* EZIDEBIT has been added to GatewayEnum.
|
|
146
|
+
* BUSINESS_RULE has been added to EntityTypeEnum.
|
|
147
|
+
* RULESET has been added to EntityTypeEnum.
|
|
148
|
+
|
|
149
|
+
### v2.64.0 (2025-11-10)
|
|
150
|
+
* * *
|
|
151
|
+
|
|
152
|
+
### Error Handling
|
|
153
|
+
- Added new `ForbiddenError` class that inherits from `Error`
|
|
154
|
+
- Enhanced `handle_for_error` method to detect and handle 403 status codes
|
|
155
|
+
- Provides clear error message: "Access forbidden. You do not have permission to access this resource."
|
|
156
|
+
|
|
157
|
+
### Code Quality Improvements
|
|
158
|
+
- Renamed `lib/chargebee/nativeRequest.rb` → `lib/chargebee/native_request.rb` to follow Ruby naming conventions
|
|
159
|
+
- Refactored `handle_for_error` to return error objects instead of raising them inline (cleaner separation of concerns)
|
|
160
|
+
- Added YARD documentation for `handle_for_error` method
|
|
161
|
+
|
|
162
|
+
### Testing
|
|
163
|
+
- Added comprehensive test coverage for 403 error scenarios
|
|
164
|
+
|
|
165
|
+
### v2.63.0 (2025-10-28)
|
|
166
|
+
* * *
|
|
167
|
+
|
|
168
|
+
### New Attributes:
|
|
169
|
+
* reference_transactions has been added to Invoice.
|
|
170
|
+
* payment_attempts[] has been added to PaymentIntent.
|
|
171
|
+
* checkout_details has been added to PaymentIntent#PaymentAttempt.
|
|
172
|
+
* line_item_id has been added to CreditNoteEstimate#Discount.
|
|
173
|
+
* line_item_id has been added to CreditNote#Discount.
|
|
174
|
+
* line_item_id has been added to InvoiceEstimate#Discount.
|
|
175
|
+
* line_item_id has been added to Invoice#Discount.
|
|
176
|
+
* line_item_id has been added to InvoiceEstimate#Discount.
|
|
177
|
+
* line_item_id has been added to Quote#Discount.
|
|
178
|
+
* line_item_id has been added to QuoteLineGroup#Discount.
|
|
179
|
+
|
|
180
|
+
### Modified Attributes:
|
|
181
|
+
* omnichannel_subscription_item_offers has been made optional attribute from required attribute.
|
|
182
|
+
|
|
183
|
+
### New Input Parameters:
|
|
184
|
+
* discount[line_item_id] has been added to CreditNote#ImportCreditNoteRequest.
|
|
185
|
+
* discount[line_item_id] has been added to CreditNote#ImportInvoiceRequest.
|
|
186
|
+
|
|
187
|
+
### New Enums:
|
|
188
|
+
* OMNICHANNEL_TRANSACTION_CREATED has been added to EventTypeEnum.
|
|
189
|
+
* DEUTSCHE_BANK has been added to Gateway.
|
|
190
|
+
|
|
191
|
+
### v2.62.0 ( 2025-09-23)
|
|
192
|
+
* * *
|
|
193
|
+
|
|
194
|
+
### Release Bug fix:
|
|
195
|
+
* Ruby build issue, few new resources were not imported resulting the resources one found error.
|
|
196
|
+
|
|
197
|
+
### v2.61.0 ( 2025-09-23)
|
|
198
|
+
* * *
|
|
199
|
+
|
|
200
|
+
### New Resources:
|
|
201
|
+
* PersonalizedOffer has been added.
|
|
202
|
+
* OfferFulfillment has been added.
|
|
203
|
+
* OfferEvent has been added.
|
|
204
|
+
* OmnichannelSubscriptionItemOffer has been added.
|
|
205
|
+
|
|
206
|
+
### New Attributes:
|
|
207
|
+
* business_entity_id has been added to Customer#Balance.
|
|
208
|
+
* processor_advice_code has been added to GatewayErrorDetail.
|
|
209
|
+
* processor_advice_code has been added to Transaction#GatewayErrorDetail.
|
|
210
|
+
* omnichannel_subscription_item_offers has been added to OmnichannelSubscriptionItem.
|
|
211
|
+
* linked_omnichannel_subscriptions has been added to OmnichannelTransaction.
|
|
212
|
+
* linked_omnichannel_one_time_orders has been added to OmnichannelTransaction.
|
|
213
|
+
* contract_term has been added to Ramp.
|
|
214
|
+
* charge_once has been added to Ramp#ItemsToAdd.
|
|
215
|
+
* charge_on_option has been added to Ramp#ItemsToAdd.
|
|
216
|
+
* charge_on_event has been added to Ramp#ItemsToAdd.
|
|
217
|
+
* charge_once has been added to Ramp#ItemsToUpdate.
|
|
218
|
+
* charge_on_option has been added to Ramp#ItemsToUpdate.
|
|
219
|
+
* charge_on_event has been added to Ramp#ItemsToUpdate.
|
|
220
|
+
* error_file_path has been added to UsageFile.
|
|
221
|
+
* error_file_url has been added to UsageFile.
|
|
222
|
+
|
|
223
|
+
### New Endpoint:
|
|
224
|
+
* move has been added to OmnichannelSubscription.
|
|
225
|
+
|
|
226
|
+
### New Parameters:
|
|
227
|
+
* offline_payment_method has been added to Estimate#CreateSubItemEstimateRequest.
|
|
228
|
+
* offline_payment_method has been added to Estimate#CreateSubItemForCustomerEstimateRequest.
|
|
229
|
+
* offline_payment_method has been added to HostedPage#CheckoutNewForItemsRequest.
|
|
230
|
+
* offline_payment_method has been added to Quote#SubscriptionCreateSubItemsForCustomerQuoteRequest.
|
|
231
|
+
* offline_payment_method has been added to Quote#SubscriptionEditCreateSubCustomerQuoteForItemsRequest.
|
|
232
|
+
* contract_term has been added to Ramp#CreateForSubscriptionRequest.
|
|
233
|
+
* items_to_add has been added to Ramp#CreateForSubscriptionRequest.
|
|
234
|
+
* items_to_update has been added to Ramp#CreateForSubscriptionRequest.
|
|
235
|
+
* contract_term has been added to Ramp#UpdateRequest.
|
|
236
|
+
* items_to_add has been added to Ramp#UpdateRequest.
|
|
237
|
+
* items_to_update has been added to Ramp#UpdateRequest.
|
|
238
|
+
|
|
239
|
+
### New Enums:
|
|
240
|
+
* DUNNING_UPDATED has been added EventType.
|
|
241
|
+
* OMNICHANNEL_SUBSCRIPTION_MOVED_IN has been added to EventType.
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Bug Fixes:
|
|
245
|
+
* currency list action has been marked as ListRequest.
|
|
246
|
+
* index has been removed from CreditNote#ShippingAddress.
|
|
247
|
+
* index has been removed from Invoice#ShippingAddress
|
|
248
|
+
* index has been removed from Order#ShippingAddress.
|
|
249
|
+
* index has been removed from Quote#ShippingAddress.
|
|
250
|
+
* index has been removed from SubscriptionEstimate#ShippingAddress.
|
|
251
|
+
* index has been removed from Subscription#ShippingAddress.
|
|
252
|
+
|
|
253
|
+
### v2.60.0 (2025-08-25)
|
|
254
|
+
* * *
|
|
255
|
+
|
|
256
|
+
### New enhancement:
|
|
257
|
+
* Updated the `./lib/ssl/ca-certs.crt` to use the latest version of `DigiCert Global Root G2`.
|
|
258
|
+
|
|
259
|
+
### v2.59.0 (2025-07-18)
|
|
260
|
+
* * *
|
|
261
|
+
|
|
262
|
+
### New Resources:
|
|
263
|
+
* WebhookEndpoints has been added.
|
|
264
|
+
* OmnichannelOneTimeOrder has been added.
|
|
265
|
+
* OmnichannelOneTimeOrderItem has been added.
|
|
266
|
+
|
|
267
|
+
### New Attributes:
|
|
268
|
+
* business_entity_id has been added to Comment.
|
|
269
|
+
* business_entity_id has been added to PromotionalCredit.
|
|
270
|
+
* quantity has been added to Discount.
|
|
271
|
+
* business_entity_id has been added to PromotionalCredit.
|
|
272
|
+
* coupon_applicability_mappings[] has been added to QuotedCharge.
|
|
273
|
+
* linked_omnichannel_one_time_orders[] has been added to RecordedPurchase.
|
|
274
|
+
* quantity has been added to Subscripiton#Discount.
|
|
275
|
+
|
|
276
|
+
### New Input Parameters:
|
|
277
|
+
* transaction[id] has been added to Customer#RecordExcessPaymentRequest.
|
|
278
|
+
* discounts[quantity][] has been added to Estimate#CreateSubItemEstimateRequest.
|
|
279
|
+
* consolidate_entitlements has been added to CustomerEntitlement#EntitlementsForCustomer.
|
|
280
|
+
* discounts[quantity][] has been added to Estimate#CreateSubItemEstimateRequest.
|
|
281
|
+
* discounts[quantity][] has been added to Estimate#CreateSubItemForCustomerEstimateRequest.
|
|
282
|
+
* discounts[quantity][] has been added to Estimate#UpdateSubscriptionForItemsRequest.
|
|
283
|
+
* discounts[quantity][] has been added to Estimate#CreateInvoiceForItemsRequest.
|
|
284
|
+
* discounts[quantity][] has been added to HostedPage#CheckoutOneTimeForItemsRequest.
|
|
285
|
+
* discounts[quantity][] has been added to HostedPage#CheckoutNewForItemsRequest.
|
|
286
|
+
* discounts[quantity][] has been added to HostedPage#CheckoutExistingForItemsRequest.
|
|
287
|
+
* discounts[quantity][] has been added to PricingPageSession#CreateForNewSubscriptionRequest.
|
|
288
|
+
* discounts[quantity][] has been added to PricingPageSession#CreateForExistingSubscriptionRequest.
|
|
289
|
+
* discounts[quantity][] has been added to Purchase#CreateRequest.
|
|
290
|
+
* discounts[quantity][] has been added to Purchase#EstimateRequest.
|
|
291
|
+
* discounts[quantity][] has been added to Quote#CreateSubItemsForCustomerQuoteRequest.
|
|
292
|
+
* discounts[quantity][] has been added to Quote#EditCreateSubCustomerQuoteForItemsRequest.
|
|
293
|
+
* discounts[quantity][] has been added to Quote#UpdateSubscriptionQuoteForItemsRequest.
|
|
294
|
+
* discounts[quantity][] has been added to Quote#EditUpdateSubscriptionQuoteForItemsRequest.
|
|
295
|
+
* discounts[quantity][] has been added to Quote#CreateForChargeItemsAndChargesRequest.
|
|
296
|
+
* discounts[quantity][] has been added to Quote#EditForChargeItemsAndChargesRequest.
|
|
297
|
+
* discounts[quantity][] has been added to Subscription#CreateWithItemsRequest.
|
|
298
|
+
* discounts[quantity][] has been added to Subscription#UpdateForItemsRequest.
|
|
299
|
+
* discounts[quantity][] has been added to Subscription#ImportForItemsRequest.
|
|
300
|
+
* google_play_store[product_id] has been added to RecordedPurchase#CreateRequest.
|
|
301
|
+
* google_play_store[order_id] has been added to RecordedPurchase#CreateRequest.
|
|
302
|
+
|
|
303
|
+
### New Enums
|
|
304
|
+
* PAUSE has been added to OmnichannelSubscriptionItemScheduledChange#ChangeType.
|
|
305
|
+
* OFFER_QUANTITY has been added to Discount#Type.
|
|
306
|
+
* OFFER_QUANTITY has been added to Subscription#Discount#Type.
|
|
307
|
+
* OMNICHANNEL_ONE_TIME_ORDER has been added to EntityType.
|
|
308
|
+
* OMNICHANNEL_ONE_TIME_ORDER_ITEM has been added to EntityType.
|
|
309
|
+
* USAGE_FILE has been added to EntityType.
|
|
310
|
+
* OMNICHANNEL_ONE_TIME_ORDER_CREATED has been added to EventType.
|
|
311
|
+
* OMNICHANNEL_ONE_TIME_ORDER_ITEM_CANCELLED has been added to EventType.
|
|
312
|
+
* USAGE_FILE_INGESTED has been added to EventType.
|
|
313
|
+
* OMNICHANNEL_SUBSCRIPTION_ITEM_PAUSE_SCHEDULED has been added to EventType.
|
|
314
|
+
|
|
1
315
|
### v2.58.0 (2025-07-18)
|
|
2
316
|
* * *
|
|
3
317
|
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
chargebee (2.
|
|
4
|
+
chargebee (2.69.0)
|
|
5
5
|
cgi (>= 0.1.0, < 1.0.0)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
10
|
+
addressable (2.8.7)
|
|
11
|
+
public_suffix (>= 2.0.2, < 7.0)
|
|
12
|
+
bigdecimal (3.2.2)
|
|
13
|
+
cgi (0.5.1)
|
|
14
|
+
crack (1.0.0)
|
|
15
|
+
bigdecimal
|
|
16
|
+
rexml
|
|
17
|
+
diff-lcs (1.6.2)
|
|
18
|
+
hashdiff (1.2.0)
|
|
19
19
|
mocha (1.13.0)
|
|
20
|
-
|
|
20
|
+
public_suffix (4.0.7)
|
|
21
|
+
rexml (3.4.1)
|
|
21
22
|
rspec (3.0.0)
|
|
22
23
|
rspec-core (~> 3.0.0)
|
|
23
24
|
rspec-expectations (~> 3.0.0)
|
|
@@ -30,9 +31,10 @@ GEM
|
|
|
30
31
|
rspec-mocks (3.0.4)
|
|
31
32
|
rspec-support (~> 3.0.0)
|
|
32
33
|
rspec-support (3.0.4)
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
webmock (3.14.0)
|
|
35
|
+
addressable (>= 2.8.0)
|
|
36
|
+
crack (>= 0.3.2)
|
|
37
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
|
36
38
|
|
|
37
39
|
PLATFORMS
|
|
38
40
|
arm64-darwin-21
|
|
@@ -43,7 +45,9 @@ PLATFORMS
|
|
|
43
45
|
DEPENDENCIES
|
|
44
46
|
chargebee!
|
|
45
47
|
mocha
|
|
48
|
+
public_suffix (< 5.0.0)
|
|
46
49
|
rspec (~> 3.0.0)
|
|
50
|
+
webmock (~> 3.14.0)
|
|
47
51
|
|
|
48
52
|
BUNDLED WITH
|
|
49
53
|
2.3.17
|
data/Makefile
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
.PHONY: update-version increment-major increment-minor increment-patch test build clean install check format
|
|
2
|
+
|
|
3
|
+
# Version file location
|
|
4
|
+
VERSION_FILE := VERSION
|
|
5
|
+
GEMSPEC_FILE := chargebee.gemspec
|
|
6
|
+
LIB_FILE := lib/chargebee.rb
|
|
7
|
+
|
|
8
|
+
# Ruby commands
|
|
9
|
+
RUBY := ruby
|
|
10
|
+
GEM := gem
|
|
11
|
+
BUNDLE := bundle
|
|
12
|
+
RSPEC := bundle exec rspec
|
|
13
|
+
|
|
14
|
+
update-version:
|
|
15
|
+
@echo "$(VERSION)" > $(VERSION_FILE)
|
|
16
|
+
@perl -pi -e 's|s\.version\s*=\s*'\''[.\-\d\w]+'\''|s.version = '\''$(VERSION)'\''|' $(GEMSPEC_FILE)
|
|
17
|
+
@perl -pi -e 's|VERSION = '\''[.\-\d\w]+'\''|VERSION = '\''$(VERSION)'\''|' $(LIB_FILE)
|
|
18
|
+
@perl -pi -e "s|s\\.date\\s*=\\s*'[^']*'|s.date = '$(shell date +%Y-%m-%d)'|" $(GEMSPEC_FILE)
|
|
19
|
+
@echo "Updated version to $(VERSION) and date to $(shell date +%Y-%m-%d)"
|
|
20
|
+
@if [ -f "Gemfile.lock" ]; then \
|
|
21
|
+
echo "Updating Gemfile.lock..."; \
|
|
22
|
+
$(BUNDLE) install --quiet; \
|
|
23
|
+
fi
|
|
24
|
+
|
|
25
|
+
increment-major:
|
|
26
|
+
$(eval CURRENT := $(shell cat $(VERSION_FILE)))
|
|
27
|
+
$(eval MAJOR := $(shell echo $(CURRENT) | cut -d. -f1))
|
|
28
|
+
$(eval NEW_VERSION := $(shell echo $$(($(MAJOR) + 1)).0.0))
|
|
29
|
+
@$(MAKE) update-version VERSION=$(NEW_VERSION)
|
|
30
|
+
@echo "Version bumped from $(CURRENT) to $(NEW_VERSION)"
|
|
31
|
+
|
|
32
|
+
increment-minor:
|
|
33
|
+
$(eval CURRENT := $(shell cat $(VERSION_FILE)))
|
|
34
|
+
$(eval MAJOR := $(shell echo $(CURRENT) | cut -d. -f1))
|
|
35
|
+
$(eval MINOR := $(shell echo $(CURRENT) | cut -d. -f2))
|
|
36
|
+
$(eval NEW_VERSION := $(MAJOR).$(shell echo $$(($(MINOR) + 1))).0)
|
|
37
|
+
@$(MAKE) update-version VERSION=$(NEW_VERSION)
|
|
38
|
+
@echo "Version bumped from $(CURRENT) to $(NEW_VERSION)"
|
|
39
|
+
|
|
40
|
+
increment-patch:
|
|
41
|
+
$(eval CURRENT := $(shell cat $(VERSION_FILE)))
|
|
42
|
+
$(eval MAJOR := $(shell echo $(CURRENT) | cut -d. -f1))
|
|
43
|
+
$(eval MINOR := $(shell echo $(CURRENT) | cut -d. -f2))
|
|
44
|
+
$(eval PATCH := $(shell echo $(CURRENT) | cut -d. -f3))
|
|
45
|
+
$(eval NEW_VERSION := $(MAJOR).$(MINOR).$(shell echo $$(($(PATCH) + 1))))
|
|
46
|
+
@$(MAKE) update-version VERSION=$(NEW_VERSION)
|
|
47
|
+
@echo "Version bumped from $(CURRENT) to $(NEW_VERSION)"
|
|
48
|
+
|
|
49
|
+
install:
|
|
50
|
+
@echo "Installing dependencies..."
|
|
51
|
+
@$(BUNDLE) install --without development
|
|
52
|
+
|
|
53
|
+
install-dev:
|
|
54
|
+
@echo "Installing development dependencies..."
|
|
55
|
+
@$(BUNDLE) install
|
|
56
|
+
|
|
57
|
+
test:
|
|
58
|
+
@echo "Running tests..."
|
|
59
|
+
@$(RSPEC)
|
|
60
|
+
|
|
61
|
+
validate:
|
|
62
|
+
@echo "Validating gemspec..."
|
|
63
|
+
@$(GEM) build $(GEMSPEC_FILE) --strict --verbose > /dev/null
|
|
64
|
+
@rm -f *.gem
|
|
65
|
+
@echo "Gemspec is valid"
|
|
66
|
+
|
|
67
|
+
check: test
|
|
68
|
+
@echo "All checks passed!"
|
|
69
|
+
|
|
70
|
+
build: clean update-manifest
|
|
71
|
+
@echo "Building gem..."
|
|
72
|
+
@$(GEM) build $(GEMSPEC_FILE)
|
|
73
|
+
|
|
74
|
+
clean:
|
|
75
|
+
@echo "Cleaning build artifacts..."
|
|
76
|
+
@rm -f *.gem
|
|
77
|
+
@rm -rf pkg/
|
|
78
|
+
@rm -rf coverage/
|
|
79
|
+
@find . -type f -name '.DS_Store' -delete
|
|
80
|
+
|
|
81
|
+
clean-bundle:
|
|
82
|
+
@echo "Cleaning bundle..."
|
|
83
|
+
@rm -rf vendor/bundle
|
|
84
|
+
@rm -f Gemfile.lock
|
|
85
|
+
|
|
86
|
+
update:
|
|
87
|
+
@echo "Updating dependencies..."
|
|
88
|
+
@$(BUNDLE) update
|
|
89
|
+
|
|
90
|
+
security-check:
|
|
91
|
+
@echo "Checking for security vulnerabilities..."
|
|
92
|
+
@$(BUNDLE) audit check --update
|
|
93
|
+
|
|
94
|
+
outdated:
|
|
95
|
+
@echo "Checking for outdated dependencies..."
|
|
96
|
+
@$(BUNDLE) outdated
|
|
97
|
+
|
|
98
|
+
format:
|
|
99
|
+
@echo "Formatter not configured."
|
|
100
|
+
|
|
101
|
+
update-manifest:
|
|
102
|
+
@echo "Updating file manifest in $(GEMSPEC_FILE)..."
|
|
103
|
+
@$(RUBY) -e \
|
|
104
|
+
'files = `git ls-files`.split("\n").sort \
|
|
105
|
+
.reject { |f| f =~ /^\./ } \
|
|
106
|
+
.reject { |f| f =~ /^(rdoc|pkg)/ } \
|
|
107
|
+
.map { |f| " #{f}" } \
|
|
108
|
+
.join("\n"); \
|
|
109
|
+
spec = File.read("$(GEMSPEC_FILE)"); \
|
|
110
|
+
spec.sub!(/s\.files = %w\[.*?\]/m, "s.files = %w[\n#{files}\n ]"); \
|
|
111
|
+
File.write("$(GEMSPEC_FILE)", spec)'
|
|
112
|
+
@echo "Manifest updated."
|
data/README.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
[](https://rubygems.org/gems/chargebee)
|
|
4
4
|
[](https://rubygems.org/gems/chargebee)
|
|
5
5
|
|
|
6
|
+
> [!NOTE]
|
|
7
|
+
> [](https://discord.gg/S3SXDzXHAg)
|
|
8
|
+
>
|
|
9
|
+
> We are trialing a Discord server for developers building with Chargebee. Limited spots are open on a first-come basis. Join [here](https://discord.gg/gpsNqnhDm2) if interested.
|
|
10
|
+
|
|
11
|
+
|
|
6
12
|
This is the official Ruby library for integrating with Chargebee.
|
|
7
13
|
|
|
8
14
|
- 📘 For a complete reference of available APIs, check out our [API Documentation](https://apidocs.chargebee.com/docs/api/?lang=ruby).
|
data/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.69.0
|
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.
|
|
8
|
-
s.date = '
|
|
7
|
+
s.version = '2.69.0'
|
|
8
|
+
s.date = '2026-03-02'
|
|
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 = {
|
|
@@ -32,9 +32,11 @@ Gem::Specification.new do |s|
|
|
|
32
32
|
Gemfile
|
|
33
33
|
Gemfile.lock
|
|
34
34
|
LICENSE
|
|
35
|
+
Makefile
|
|
35
36
|
README.md
|
|
36
37
|
README.rdoc
|
|
37
38
|
Rakefile
|
|
39
|
+
VERSION
|
|
38
40
|
chargebee.gemspec
|
|
39
41
|
lib/chargebee.rb
|
|
40
42
|
lib/chargebee/environment.rb
|
|
@@ -66,6 +68,7 @@ Gem::Specification.new do |s|
|
|
|
66
68
|
lib/chargebee/models/differential_price.rb
|
|
67
69
|
lib/chargebee/models/discount.rb
|
|
68
70
|
lib/chargebee/models/download.rb
|
|
71
|
+
lib/chargebee/models/einvoice.rb
|
|
69
72
|
lib/chargebee/models/entitlement.rb
|
|
70
73
|
lib/chargebee/models/entitlement_override.rb
|
|
71
74
|
lib/chargebee/models/estimate.rb
|
|
@@ -76,6 +79,7 @@ Gem::Specification.new do |s|
|
|
|
76
79
|
lib/chargebee/models/gift.rb
|
|
77
80
|
lib/chargebee/models/hierarchy.rb
|
|
78
81
|
lib/chargebee/models/hosted_page.rb
|
|
82
|
+
lib/chargebee/models/impacted_customer.rb
|
|
79
83
|
lib/chargebee/models/impacted_item.rb
|
|
80
84
|
lib/chargebee/models/impacted_item_price.rb
|
|
81
85
|
lib/chargebee/models/impacted_subscription.rb
|
|
@@ -89,8 +93,13 @@ Gem::Specification.new do |s|
|
|
|
89
93
|
lib/chargebee/models/metadata.rb
|
|
90
94
|
lib/chargebee/models/model.rb
|
|
91
95
|
lib/chargebee/models/non_subscription.rb
|
|
96
|
+
lib/chargebee/models/offer_event.rb
|
|
97
|
+
lib/chargebee/models/offer_fulfillment.rb
|
|
98
|
+
lib/chargebee/models/omnichannel_one_time_order.rb
|
|
99
|
+
lib/chargebee/models/omnichannel_one_time_order_item.rb
|
|
92
100
|
lib/chargebee/models/omnichannel_subscription.rb
|
|
93
101
|
lib/chargebee/models/omnichannel_subscription_item.rb
|
|
102
|
+
lib/chargebee/models/omnichannel_subscription_item_offer.rb
|
|
94
103
|
lib/chargebee/models/omnichannel_subscription_item_scheduled_change.rb
|
|
95
104
|
lib/chargebee/models/omnichannel_transaction.rb
|
|
96
105
|
lib/chargebee/models/order.rb
|
|
@@ -101,6 +110,7 @@ Gem::Specification.new do |s|
|
|
|
101
110
|
lib/chargebee/models/payment_schedule_scheme.rb
|
|
102
111
|
lib/chargebee/models/payment_source.rb
|
|
103
112
|
lib/chargebee/models/payment_voucher.rb
|
|
113
|
+
lib/chargebee/models/personalized_offer.rb
|
|
104
114
|
lib/chargebee/models/plan.rb
|
|
105
115
|
lib/chargebee/models/portal_session.rb
|
|
106
116
|
lib/chargebee/models/price_variant.rb
|
|
@@ -110,6 +120,7 @@ Gem::Specification.new do |s|
|
|
|
110
120
|
lib/chargebee/models/quote.rb
|
|
111
121
|
lib/chargebee/models/quote_line_group.rb
|
|
112
122
|
lib/chargebee/models/quoted_charge.rb
|
|
123
|
+
lib/chargebee/models/quoted_delta_ramp.rb
|
|
113
124
|
lib/chargebee/models/quoted_ramp.rb
|
|
114
125
|
lib/chargebee/models/quoted_subscription.rb
|
|
115
126
|
lib/chargebee/models/ramp.rb
|
|
@@ -119,6 +130,8 @@ Gem::Specification.new do |s|
|
|
|
119
130
|
lib/chargebee/models/site_migration_detail.rb
|
|
120
131
|
lib/chargebee/models/subscription.rb
|
|
121
132
|
lib/chargebee/models/subscription_entitlement.rb
|
|
133
|
+
lib/chargebee/models/subscription_entitlements_created_detail.rb
|
|
134
|
+
lib/chargebee/models/subscription_entitlements_updated_detail.rb
|
|
122
135
|
lib/chargebee/models/subscription_estimate.rb
|
|
123
136
|
lib/chargebee/models/tax_withheld.rb
|
|
124
137
|
lib/chargebee/models/third_party_payment_method.rb
|
|
@@ -130,7 +143,8 @@ Gem::Specification.new do |s|
|
|
|
130
143
|
lib/chargebee/models/usage_event.rb
|
|
131
144
|
lib/chargebee/models/usage_file.rb
|
|
132
145
|
lib/chargebee/models/virtual_bank_account.rb
|
|
133
|
-
lib/chargebee/
|
|
146
|
+
lib/chargebee/models/webhook_endpoint.rb
|
|
147
|
+
lib/chargebee/native_request.rb
|
|
134
148
|
lib/chargebee/request.rb
|
|
135
149
|
lib/chargebee/rest.rb
|
|
136
150
|
lib/chargebee/result.rb
|