Skip to content

Commit 2d17420

Browse files
committed
Reverting the sandbox url to one for apis
1 parent d3c24a6 commit 2d17420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authorize.NET/Environment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace AuthorizeNet
3838
*/
3939
public class Environment {
4040
public static readonly Environment SANDBOX = new Environment("https://test.authorize.net", "https://apitest.authorize.net", "https://test.authorize.net");
41-
public static readonly Environment SANDBOX_TESTMODE = new Environment("https://sandbox.authorize.net", "https://apitest.authorize.net", "https://sandbox.authorize.net");
41+
public static readonly Environment SANDBOX_TESTMODE = new Environment("https://test.authorize.net", "https://apitest.authorize.net", "https://test.authorize.net");
4242
public static readonly Environment PRODUCTION = new Environment("https://secure.authorize.net","https://api.authorize.net","https://cardpresent.authorize.net");
4343
public static readonly Environment PRODUCTION_TESTMODE = new Environment("https://secure.authorize.net","https://api.authorize.net","https://cardpresent.authorize.net");
4444
public static readonly Environment LOCAL_VM = new Environment(null, null, null);

0 commit comments

Comments
 (0)