Skip to content

Commit adf54a5

Browse files
author
brianmc
committed
Cleaned up sandbox name to remove TESTMODE
1 parent c2f8683 commit adf54a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

authorizenet/apicontrollersbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def __init__(self, apiRequest):
210210

211211
self._request = apiRequest
212212
__merchantauthentication = apicontractsv1.merchantAuthenticationType()
213-
APIOperationBase.__environment = constants.SANDBOX_TESTMODE
213+
APIOperationBase.__environment = constants.SANDBOX
214214

215215
APIOperationBase.setmerchantauthentication(__merchantauthentication)
216216

authorizenet/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class constants(object):
1212
"""
1313

1414
'''Environments'''
15-
SANDBOX_TESTMODE = 'https://apitest.authorize.net/xml/v1/request.api'
15+
SANDBOX = 'https://apitest.authorize.net/xml/v1/request.api'
1616
PRODUCTION = 'https://api2.authorize.net/xml/v1/request.api'
1717

1818
'''xml encoding'''

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy