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( $mech->submit_form(
form_number => 1, form_number => 1,
fields => { fields => {
txtMSISDN => $username, LOGIN => $username,
txtPassword => $password, PASSWORD => $password,
} }
); );