2Checkout / 2checkout-php

2Checkout PHP Library
MIT License
83 stars 66 forks source link

Fatal error: Class 'Twocheckout_Charge' not found #26

Open kaoz70 opened 8 years ago

kaoz70 commented 8 years ago

Hello, I'm currently implementing yout API with PHP (Codeigniter), and I'm trying to send some data with:

Twocheckout_Charge::auth()

It seems that because of how this class its currently named vs the file name it wont load, I have to make a copy to my library folder and load that one.

This problem probably can be resolved by using namespaces, may be related to issue: #17