From 5454c72a041e02b0b49c5822a15bdb95598dc722 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 18 Aug 2014 15:49:03 +0200 Subject: [PATCH] fix typo, additional comment --- sc-emulator.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sc-emulator.pl b/sc-emulator.pl index 319bdf5..5704ee9 100755 --- a/sc-emulator.pl +++ b/sc-emulator.pl @@ -4,7 +4,7 @@ use warnings; use strict; our $user = 'sip2-user'; -our $password = 'sip2-paasswd'; +our $password = 'sip2-passwd'; our $patron = 200000000042; our $barcode = 1302029710; our $loc = 'FFZG'; @@ -22,6 +22,7 @@ $sc->message("9300CN$user|CO$password|"); # SC Status $sc->message("9900302.00"); +# Patron Information $sc->message("6300020091214 085452 AO$loc|AA$patron|AC$password|"); # Checkout -- 2.20.1