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.
1 parent edbe5cb commit d07d4edCopy full SHA for d07d4ed
lib/AuthorizeNetARB.php
@@ -19,8 +19,7 @@ class AuthorizeNetARB extends AuthorizeNetRequest
19
20
const LIVE_URL = "https://api.authorize.net/xml/v1/request.api";
21
const SANDBOX_URL = "https://apitest.authorize.net/xml/v1/request.api";
22
- //const LIVE_URL = "http://WW758AKALGI02.qa.intra/xml/v1/request.api";
23
- //const SANDBOX_URL = LIVE_URL;
+
24
25
private $_request_type;
26
private $_request_payload;
0 commit comments