chargebee-dotnet icon indicating copy to clipboard operation
chargebee-dotnet copied to clipboard

.NET library for the Chargebee API.

Results 13 chargebee-dotnet issues
Sort by recently updated
recently updated
newest added

### Description of the Bug When getting error from API, it seems that response now contains nested object and SDK fails to serialize it: ``` An unhandled exception has occurred...

### Description of the Bug We have a class that has a property for ChargeBee.Models.Subscription. When we try and serialize this parent class we get an exception with the following...

Hi, We love Chargebee, but we have a little issue with the SDK. In order to add HTTP monitoring, we need access to add an HttpMessageHandler in the HttpClient. It...

When paging a given resource, it should be allowed to call [`Offset`](https://github.com/chargebee/chargebee-dotnet/blob/afd9f77e9e2cbb819b7e0ef529b71e6eb65341e2/ChargeBee/Api/ListRequestBase.cs#L18) more than once. When doing it today we get the this exception: `System.ArgumentException: An item with the same...

Maybe I missed this, but I don't see any way of parsing and handling webhook body message payloads. It would be great if the SDK had some way of giving...

Hey, I noticed an issue while I was trying to gracefully handle coupon errors. From what I can tell, there is not a good way to programmatically handle errors for...

### Description of the Bug I'm getting a System.ArgumentException when I read the `Event` object after serialization using either of the supported methods provided by the SDK. `var eventDto1 =...

Added option to pass in an existing httpclient to ApiConfig. Refactored ApiUtil to use that client. The timeout property gets and sets the client's timeout directly. This allows for easier...

### Description I changed a small spelling mistake

### Description For certain types of requests (e.g. deleting a payment source), when you're trying to add a header via `.Header()` an exception is thrown. ### Affected versions - 3.8.0...