chargebee / chargebee-ruby

Ruby library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=ruby
MIT License
32 stars 60 forks source link

Add missing `require`'s for models related to entitlements #67

Closed pierrea closed 1 year ago

pierrea commented 1 year ago

It seems like ChargeBee::SubscriptionEntitlement as well as a few other models related to entitlements should have been added to the list of files required during initialization.

The fact that it isn't causes a "uninitialized constant" error when trying to use those classes.

If I'm mistaken or missing something, please let me know. Thank you!

cb-khushbubibay commented 1 year ago

Hi @pierrea Thanks for raising this PR. This issue has been addressed in v2.22.1. Requesting you to please use latest version.