-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Description of the Bug
System.ArgumentException: The property created_at is not present!
at ChargeBee.Internal.Resource.ThrowIfKeyMissed(String key)
at ChargeBee.Internal.Resource.GetValue[T](String key, Boolean required)
at ChargeBee.Internal.Resource.GetDateTime(S…
var features = await Feature.List()
.RequestAsync();Steps to reproduce
- Add a feature in chargebee
- Fetch it over the sdk
Expected Behavior
CreatedAt field should be nullable if it is intended to to be nullable. Otherwise, the bug is that the CreatedAt field is coming back as null when fetched from Features
Code Snippets (if applicable)
Operating System
Windows
Language version
.net core 10
Library version
3.42.0
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels