Update config for the test modes
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 15 May 2018 17:02:57 +0000 (13:02 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 15 May 2018 17:03:10 +0000 (13:03 -0400)
payment test mode correction.

config/plugin.ini

index 0621b53..f63c94a 100644 (file)
@@ -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