From 643dfacb9d078752c584e7878edeb6b49b5c7d37 Mon Sep 17 00:00:00 2001 From: Tom Pawelek Date: Fri, 26 Feb 2016 19:03:04 -0500 Subject: [PATCH] PRODUCTION URL --- authorizenet/apicontrollersbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authorizenet/apicontrollersbase.py b/authorizenet/apicontrollersbase.py index 4183893..0dd8216 100644 --- a/authorizenet/apicontrollersbase.py +++ b/authorizenet/apicontrollersbase.py @@ -210,7 +210,7 @@ def __init__(self, apiRequest): self._request = apiRequest __merchantauthentication = apicontractsv1.merchantAuthenticationType() - APIOperationBase.__environment = constants.SANDBOX + APIOperationBase.__environment = constants.PRODUCTION APIOperationBase.setmerchantauthentication(__merchantauthentication)