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

create_function is deprecated in php 7.2

seedprod opened this issue · comments

You have to utilities function that use this:
toCamelCaseFromUnderscore
toUnderscoreFromCamelCase

I am also having this issue. Unfortunately, if the issue can't be resolved we may need to switch to another vendor!

We have the fix. We will roll it out in two or three days.

PR #21 has been merged to fix the issue.

If you ever need to upgrade more create_function cases, Rector does it pretty well.