The unified diff between revisions [9eeb88a3..] and [ecd4e292..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'orangelogin.pl'

#
# old_revision [9eeb88a332c3478da83dc4c56e77bff12f9d4e74]
# new_revision [ecd4e29264735a669eb7c177cde4a4afeb3f21dd]
#
# patch "orangelogin.pl"
#  from [f8a25254f258fcb8a3de0948fe3815aa6bb4200d]
#    to [a1669077494ebc019fea4aa7508d11ee917d3d0b]
#
============================================================
--- orangelogin.pl	f8a25254f258fcb8a3de0948fe3815aa6bb4200d
+++ orangelogin.pl	a1669077494ebc019fea4aa7508d11ee917d3d0b
@@ -46,8 +46,8 @@ $mech->submit_form(
 $mech->submit_form(
 	form_number => 1,
 	fields      => {
-		txtMSISDN  => $username,
-		txtPassword  => $password,
+		LOGIN     => $username,
+		PASSWORD  => $password,
 	}
 );
 
@@ -62,6 +62,8 @@ $mech->submit_form(
 	}
 );
 
+follow_processing();
+
 print "Following view your bills link\n";
 
 $mech->follow_link( text_regex => qr/view your bills/ );