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

fix: create_function is deprecated in php 7.2 #21

Closed hc42 closed 6 years ago

hc42 commented 6 years ago

20 solved by this

eric-famiglietti commented 6 years ago

Hi @saravana-cb, any update on this?

senthilki93 commented 6 years ago

i dont think this was correct solutions, but i have fixed this by replaced the both functions as i mentioned below in Util.php (toCamelCaseFromUnderscore and toUnderscoreFromCamelCase)

https://github.com/chargebee/chargebee-php/blob/master/lib/ChargeBee/Util.php