fix status association
This commit is contained in:
parent
5b39c7349f
commit
a4eeec4031
@ -24,7 +24,7 @@ $defaultPayTypes = array (
|
||||
);
|
||||
|
||||
$defaultPayStatuses = array (
|
||||
'N' => 'in-processing',
|
||||
'N' => 'new',
|
||||
'P' => 'approval',
|
||||
'F' => 'complete',
|
||||
'Y' => 'cancel-other'
|
||||
|
Loading…
Reference in New Issue
Block a user