The unified diff between revisions [5a1c6048..] and [c6590ea4..] 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 [5a1c604855318af35b81e455fbf0958de3720221]
# new_revision [c6590ea4049a7dbadef44db501af16db26b1732c]
#
# patch "orangelogin.pl"
#  from [d40a1d09f97fd73db324c3da05a9d53fac747027]
#    to [c842620b0b205f19dfb186cba221db0c157e6277]
#
============================================================
--- orangelogin.pl	d40a1d09f97fd73db324c3da05a9d53fac747027
+++ orangelogin.pl	c842620b0b205f19dfb186cba221db0c157e6277
@@ -46,8 +46,8 @@ $mech->submit_form(
 $mech->submit_form(
 	form_number => 1,
 	fields      => {
-		txtMSISDN  => $username,
-		txtPassword  => $password,
+		LOGIN     => $username,
+		PASSWORD  => $password,
 	}
 );
 
@@ -64,9 +64,9 @@ follow_processing();
 
 follow_processing();
 
-print "Following view your bills link\n";
+print "Following see your recent bills link\n";
 
-$mech->follow_link( text_regex => qr/view your bills/ );
+$mech->follow_link( text_regex => qr/see your recent bills/ );
 
 follow_processing();