chargebee / chargebee-php

PHP library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=php
MIT License
72 stars 62 forks source link

Require Product Family and other upcoming features #30

Closed keremcankaya0 closed 3 years ago

keremcankaya0 commented 3 years ago

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 ChargeBee.php file.

In order to test out these features I needed to modify the files and remove ChargeBee from composer.

I can make a PR if you guys need help so that I can use ChargeBee as a composer package.

RCade commented 3 years ago

@keremcankaya0 If it is ItemFamily I have included it in a PR a made yesterday to fix other missing requires. I do not see a class for Product Family.

keremcankaya0 commented 3 years ago

Hey @RCade, it is ItemFamily. I've checked your PR and seems like you've covered the required classes. Thanks, when do you thing you guys will merge with master and available on composer?

cb-goutham commented 3 years ago

This has been fixed in 2.8.2