diff options
Diffstat (limited to 'OpenECHO.pm')
-rw-r--r-- | OpenECHO.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenECHO.pm b/OpenECHO.pm index a9eed3a..682c488 100644 --- a/OpenECHO.pm +++ b/OpenECHO.pm @@ -127,7 +127,7 @@ sub map_fields { #'void' => 'VOID',
);
}
- } elsif ( $content{'type'} =~ /^check$/i ) {
+ } elsif ( $content{'type'} =~ /^e?check$/i ) {
%map = ( 'normal authorization' => 'DD',
'authorization only' => 'DV',
'credit' => 'DC',
|