We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1015ed8 + e2d8a01 commit 7036cf2Copy full SHA for 7036cf2
source/paysafe.php
@@ -31,12 +31,12 @@
31
throw new Exception('CURL is required for the Paysafe SDK.');
32
}
33
34
-function __PaysafeAutoloader($className)
+function paysafeAutoloader($className)
35
{
36
$classPath = str_replace("\\", DIRECTORY_SEPARATOR, $className);
37
if (($classFile = realpath(__DIR__ . DIRECTORY_SEPARATOR . $classPath . '.php'))) {
38
require_once( $classFile );
39
40
41
42
-spl_autoload_register('__PaysafeAutoloader');
+spl_autoload_register('paysafeAutoloader');
0 commit comments