Skip to content

Commit

Permalink
Fixed payment download
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Zorn committed Aug 11, 2012
1 parent 1a53946 commit aabaa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ReportDownloadOperation.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aabaa7c

Please sign in to comment.