From: Jason Stephenson Date: Thu, 12 May 2011 19:27:30 +0000 (-0400) Subject: Fix the properties of the Fee Paid message in MsgType.pm so that X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=31f325db1f36dd9225a827864422e5beb17a05a0;p=working%2FSIPServer.git Fix the properties of the Fee Paid message in MsgType.pm so that the server actually parses the messages. Signed-off-by: Jason Stephenson --- diff --git a/Sip/MsgType.pm b/Sip/MsgType.pm index b4acdbb..e5bd74c 100644 --- a/Sip/MsgType.pm +++ b/Sip/MsgType.pm @@ -189,8 +189,8 @@ my %handlers = ( handler => \&handle_fee_paid, protocol => { 2 => { - template => "A18A2A3", - template_len => 0, + template => "A18A2A2A3", + template_len => 25, fields => [(FID_FEE_AMT), (FID_INST_ID), (FID_PATRON_ID), (FID_TERMINAL_PWD), (FID_PATRON_PWD), (FID_FEE_ID),