-
The `lib/ChargeBee.php` file currently loads all of this library's code. It would be nice to adopt autoloading as provided by composer. This would be easier to do after #23 is done.
-
Hey guys,
Thanks for the quality work.
I've started using Product Family feature as a beta user.
Required classes are present in the Models folder however they're not "required" in ChargeB…
-
hi
i got vm machine with ubuntu server 20.04 . on server i have docker, and containers, and works ok.
i make new container with instruction from github. ok spaghetti server works. problem is mai…
-
Hi,
in you api docs i can see the CheckoutOneTime function on the hosted page class: https://apidocs.chargebee.com/docs/api/hosted_pages?prod_cat_ver=1&lang=dotnet#checkout_one-time_payments
Thi…
-
At a client we need to connect with multiple ChargeBee entities from one application context. With the current static implementation of ApiConfig it seems quite impossible. But the documentation site…
-
The [EventType Enum](https://github.com/chargebee/chargebee-java/blob/master/src/main/java/com/chargebee/models/enums/EventType.java) is missing an entry for `SUBSCRIPTION_REACTIVATED_WITH_BACKDATING`…
-
Hi, are there typescript typings?
-
Are there any plans on the road map for Async/Await support on the http requests?
-
I've got this in `karafka.rb`
```ruby
# frozen_string_literal: true
ENV['RAILS_ENV'] ||= 'development'
ENV['KARAFKA_ENV'] = ENV['RAILS_ENV']
require ::File.expand_path('../config/environment'…
-
When i export data from dataPipeline in dynamoDB, the data types in the json are in lowercase.
`{"id":{"s":"2ecd97a2-120c-49e2-a11a-2ed0eba4d3bc"},"domain":{"s":"14cc7794-8a6d-4eec-a3d0-99ca5eb4a8e…