#Bruno777
1 messages · Page 1 of 1 (latest)
Hello, what language are you using? And how did you install the library?
Hello, the library is in php download in a folder of the web server
Are you including your library with this?
require_once('/path/to/stripe-php/init.php');
https://github.com/stripe/stripe-php#manual-installation
No, instead I have a list of require in an init.php file
require(dirname(FILE). '/lib/...
Gotcha, and that list includes the path your your stripe-php dir's init.php?
Can you access other objects in the Stripe library?