From aabaa7cf993b8354ecf762a221deadfa8537d96a Mon Sep 17 00:00:00 2001 From: Ole Zorn Date: Sat, 11 Aug 2012 15:12:43 +0200 Subject: [PATCH] Fixed payment download --- Classes/ReportDownloadOperation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/ReportDownloadOperation.m b/Classes/ReportDownloadOperation.m index 044bd344..c35fb142 100644 --- a/Classes/ReportDownloadOperation.m +++ b/Classes/ReportDownloadOperation.m @@ -250,7 +250,7 @@ - (void)main NSString *ittsBaseURL = @"https://itunesconnect.apple.com"; NSString *ittsLoginPageAction = @"/WebObjects/iTunesConnect.woa"; - NSString *signoutSentinel = @"name=\"signOutForm\""; + NSString *signoutSentinel = @"Sign Out"; NSURL *loginURL = [NSURL URLWithString:[ittsBaseURL stringByAppendingString:ittsLoginPageAction]]; NSHTTPURLResponse *loginPageResponse = nil;