1
0
mirror of synced 2024-11-22 13:26:10 +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 (
'N' => 'in-processing',
'N' => 'new',
'P' => 'approval',
'F' => 'complete',
'Y' => 'cancel-other'