projects
/
WP-Plugins
/
glm-member-db-registrations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feacd42
)
Update config for the test modes
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 15 May 2018 17:02:57 +0000
(13:02 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 15 May 2018 17:03:10 +0000
(13:03 -0400)
payment test mode correction.
config/plugin.ini
patch
|
blob
|
history
diff --git
a/config/plugin.ini
b/config/plugin.ini
index
0621b53
..
f63c94a
100644
(file)
--- a/
config/plugin.ini
+++ b/
config/plugin.ini
@@
-140,7
+140,7
@@
proc_dir[99] = 'TestByCardNumber'
proc_test_mode[1] = 'Local Transaction Approval Test'
proc_test_mode[2] = 'Local Transaction Decline Test'
proc_test_mode[3] = 'On-Line Transaction Test'
-proc_test_mode[
99]
= 'Production Mode'
+proc_test_mode[
0]
= 'Production Mode'
proc_test_mode_numb['Local Approval Test'] = 1
proc_test_mode_numb['Local Decline Test'] = 2