Skip to content

Commit 5f06c69

Browse files
author
srathod
committed
- Fixing clientId version.
1 parent e30c4ab commit 5f06c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

authorizenet/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
@author: egodolja
55
'''
66
import logging
7-
from pkg_resources import get_distribution
87

98
class constants(object):
109
"""All the constants are defined here
@@ -17,7 +16,8 @@ class constants(object):
1716
PRODUCTION = 'https://api2.authorize.net/xml/v1/request.api'
1817

1918
'''clientId'''
20-
clientId = 'sdk-python-' + get_distribution('authorizenet').version
19+
version = '1.0.11'
20+
clientId = 'sdk-python-' + version
2121

2222
'''xml encoding'''
2323
xml_encoding = 'utf-8'

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