chargebee / chargebee-php

PHP library for the Chargebee API.

Home Page:https://apidocs.chargebee.com/docs/api?lang=php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in init.php

rjnl opened this issue · comments

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');

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