File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ namespace AuthorizeNet
38
38
*/
39
39
public class Environment {
40
40
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" ) ;
42
42
public static readonly Environment PRODUCTION = new Environment ( "https://secure.authorize.net" , "https://api.authorize.net" , "https://cardpresent.authorize.net" ) ;
43
43
public static readonly Environment PRODUCTION_TESTMODE = new Environment ( "https://secure.authorize.net" , "https://api.authorize.net" , "https://cardpresent.authorize.net" ) ;
44
44
public static readonly Environment LOCAL_VM = new Environment ( null , null , null ) ;
You can’t perform that action at this time.
0 commit comments