Skip to content

Commit fcb9a73

Browse files
author
krgupta
committed
modified structure
1 parent c156ea4 commit fcb9a73

21 files changed

+315
-25398
lines changed

src/.project renamed to .project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>src</name>
3+
<name>sdk-py</name>
44
<comment></comment>
55
<projects>
66
</projects>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?eclipse-pydev version="1.0"?><pydev_project>
3-
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
4-
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
53
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
64
<path>/${PROJECT_DIR_NAME}</path>
75
</pydev_pathproperty>
6+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
7+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
88
<pydev_pathproperty name="org.python.pydev.PROJECT_EXTERNAL_SOURCE_PATH">
9-
<path>K:\PyXB-1.2.4</path>
9+
<path>K:\PyXB-1.2.4\scripts</path>
1010
</pydev_pathproperty>
1111
</pydev_project>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding//authorizenet/apicontractsv1.py=utf-8

properties.ini

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[properties]
2+
3+
#sandbox cradentials
4+
api.login.id : 6rF76h2U93AL
5+
transaction.key : 59j3B2Kq7r8Fyg76
6+
md5.hash.key : MD5_HASH_KEY
7+
8+
#log
9+
logfilename : logFile.log
10+
11+
#proxy setup
12+
http://internet.visa.com:80
13+
https://internet.visa.com:443
14+
15+
#environments
16+
sandbox : https://apitest.authorize.net/xml/v1/request.api
17+
production : https://api.authorize.net/xml/v1/request.api

src/.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/contract/binding.py

Lines changed: 0 additions & 25093 deletions
This file was deleted.

src/controller/APIOperationBase.py

Lines changed: 0 additions & 92 deletions
This file was deleted.

src/controller/APIOperationBaseInterface.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/controller/ARBCancelSubscriptionController.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/controller/ARBCreateSubscriptionController.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)