X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-OpenECHO.git;a=blobdiff_plain;f=OpenECHO.pm;h=682c488d15bc6c21052e6db871bb8ba14f16512e;hp=a9eed3ad99c511e9db50004d0f1252851b28c51a;hb=86dd019910be3db43cbe065601c14d23c7e0597d;hpb=32073e637db2c5c91b726072f891c36ebd8b3d10 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',