Orange changed their field names.

This commit is contained in:
2011-12-06 15:03:29 +00:00
parent 869269bd3b
commit 7d4dd244cc

View File

@@ -46,8 +46,8 @@ print "Logging in\n";
$mech->submit_form(
form_number => 1,
fields => {
txtMSISDN => $username,
txtPassword => $password,
LOGIN => $username,
PASSWORD => $password,
}
);