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

Typo in init.php #42

Closed rjnl closed 2 years ago

rjnl commented 2 years ago

Noticed this when testing on Linux. Working fine on Windows.

In lib/init.php, line 193, "content.php" should be "Content.php".

Change line 193 from: require(dirname(__FILE__) . '/ChargeBee/Models/content.php');

to

require(dirname(__FILE__) . '/ChargeBee/Models/Content.php');

cb-khushbubibay commented 2 years ago

Hi @rjnl This issue has been fixed in v3.5.2.