fix status association
This commit is contained in:
parent
5b39c7349f
commit
a4eeec4031
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user