mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
If no iOS receipt, still send proof to server.
This commit is contained in:
parent
f5be5d0c26
commit
cc30bcc9f6
1 changed files with 2 additions and 1 deletions
|
@ -247,7 +247,7 @@
|
||||||
if (!receipt) {
|
if (!receipt) {
|
||||||
NSLog(@" No receipt found!");
|
NSLog(@" No receipt found!");
|
||||||
[self informError:@"No receipt found"];
|
[self informError:@"No receipt found"];
|
||||||
return;
|
// return;
|
||||||
}
|
}
|
||||||
|
|
||||||
NSString *urlString = [NSString stringWithFormat:@"%@/profile/save_ios_receipt/",
|
NSString *urlString = [NSString stringWithFormat:@"%@/profile/save_ios_receipt/",
|
||||||
|
@ -283,6 +283,7 @@
|
||||||
}];
|
}];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma mark - Table Delegate
|
#pragma mark - Table Delegate
|
||||||
|
|
||||||
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
|
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
|
||||||
|
|
Loading…
Add table
Reference in a new issue