From: Dobrica Pavlinusic Date: Fri, 4 Apr 2014 14:05:37 +0000 (+0200) Subject: put cardnumber from SmartX into content X-Git-Url: http://git.rot13.org/?p=Biblio-RFID.git;a=commitdiff_plain;h=60d7c29357435918e04d82436fd64c4212934ed1;hp=28e4aab986d5658c963db3cb53476f612053f8f6 put cardnumber from SmartX into content --- diff --git a/scripts/RFID-JSONP-server.pl b/scripts/RFID-JSONP-server.pl index 5baff85..974a316 100755 --- a/scripts/RFID-JSONP-server.pl +++ b/scripts/RFID-JSONP-server.pl @@ -141,6 +141,7 @@ sub http_server { warn "ERROR ", dump($borrower); } else { $hash->{borrower} = $borrower->{borrower}; + $hash->{content} = $borrower->{borrower}->{cardnumber}; # compatibile with 3M tags } } else { $hash->{security} = uc unpack 'H*', $rfid->afi( $tag );