divineslight / CodeIgniter-BrainTree-Wrapper

Helps you instantly use Braintree (Payments gateway) in your CI projects
6 stars 4 forks source link

Which version of PHP library did you use? #3

Open sonicwong opened 8 years ago

sonicwong commented 8 years ago

I am testing with PHP SDK v3.11.0 https://github.com/braintree/braintree_php

There is a autoload php function. Error code: Class 'Braintree_Configuration' not found in /var/www/html/application/libraries/Braintree_lib.php

sonicwong commented 8 years ago

When I use SDK v.2.40.0 Its work, but I sometime display error("Can't read raw data") and stop my php.