If no iOS receipt, still send proof to server.

This commit is contained in:
Samuel Clay 2018-08-17 14:11:59 -04:00
parent f5be5d0c26
commit cc30bcc9f6

View file

@ -247,7 +247,7 @@
if (!receipt) {
NSLog(@" No receipt found!");
[self informError:@"No receipt found"];
return;
// return;
}
NSString *urlString = [NSString stringWithFormat:@"%@/profile/save_ios_receipt/",
@ -283,6 +283,7 @@
}];
}
#pragma mark - Table Delegate
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {