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

Class loader is not able to load all models #29

Closed mariendev closed 3 years ago

mariendev commented 4 years ago

Our account has hierarchy enabled. But when I try to load a customer with a hierarchy it fails because the class is not loaded.

Error messages: Error: Class 'ChargeBee_CustomerParentAccountAccess' not found Error: Class 'ChargeBee_CustomerChildAccountAccess' not found

s-andronnikov commented 3 years ago

Try this fork https://github.com/s-andronnikov/chargebee-php It has namespaces

cb-rakesh commented 3 years ago

This has been fixed in v3.0.0