You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: