CodeIgniter Forums
paypal library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: paypal library (/showthread.php?tid=64867)



paypal library - WeberBSG - 04-06-2016

Hi everyone, i'm using the paypal library from this tutorial and i changed the Paypal_lib function name from paypal_lib to paypal because i had an error and it worked, but after that i started to have this new error and i have no idea why: Error picture
please help


RE: paypal library - InsiteFX - 04-06-2016

Because you changed the class name, you would need also to change each one of those errors to the same name.

Also you should change the name to match the new CI 3 naming convention and change the constructor.

This Library was written for an older version of CI before 3.X