Skip to content

Commit d07d4ed

Browse files
author
brianmc
committed
Merged latest changes
1 parent edbe5cb commit d07d4ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/AuthorizeNetARB.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ class AuthorizeNetARB extends AuthorizeNetRequest
1919

2020
const LIVE_URL = "https://api.authorize.net/xml/v1/request.api";
2121
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;
22+
2423

2524
private $_request_type;
2625
private $_request_payload;

0 commit comments

Comments
 (0)