File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 27
27
define ("CP_TRANSACTION_KEY " , "" );
28
28
29
29
30
- //define("AUTHORIZENET_LOG_FILE", dirname(__FILE__) . "/log");
30
+ // define("AUTHORIZENET_LOG_FILE", dirname(__FILE__) . "/log");
31
31
// Clear logfile
32
- //file_put_contents(AUTHORIZENET_LOG_FILE, "");
32
+ // file_put_contents(AUTHORIZENET_LOG_FILE, "");
33
33
34
34
if (!function_exists ('curl_init ' )) {
35
35
throw new Exception ('AuthorizeNetSDK needs the CURL PHP extension. ' );
36
36
}
37
-
38
-
39
37
if (!function_exists ('simplexml_load_file ' )) {
40
38
throw new Exception ('The AuthorizeNet SDK requires the SimpleXML PHP extension. ' );
41
39
}
42
-
43
- //require_once dirname(dirname(__FILE__)) . '/AuthorizeNet.php';
44
- //require_once 'PHPUnit/Framework.php';
45
-
46
40
if (AUTHORIZENET_API_LOGIN_ID == "" ) {
47
41
die ('Enter your merchant credentials in ' .__FILE__ .' before running the test suite. ' );
48
42
}
You can’t perform that action at this time.
0 commit comments