1
0
mirror of synced 2025-02-16 23:13:15 +03:00

fix status association

This commit is contained in:
Ilyas Salikhov 2013-07-26 16:32:07 +04:00
parent 5b39c7349f
commit a4eeec4031

View File

@ -24,7 +24,7 @@ $defaultPayTypes = array (
); );
$defaultPayStatuses = array ( $defaultPayStatuses = array (
'N' => 'in-processing', 'N' => 'new',
'P' => 'approval', 'P' => 'approval',
'F' => 'complete', 'F' => 'complete',
'Y' => 'cancel-other' 'Y' => 'cancel-other'