Skip to content

Commit 5757048

Browse files
committed
Merge pull request #14 from iXioN/master
set the debug mode to 0
2 parents 85d04b8 + f2ca836 commit 5757048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mangopaysdk/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Configuration:
1818
TempPath = "c:\Temp\\"
1919

2020
# Constant to switch debug mode (0/1) - display all request and response data
21-
DebugMode = 1
21+
DebugMode = 0
2222

2323
#AuthenticationType = enums.AuthenticationType.Strong
2424

0 commit comments

Comments
 (0)