|
@@ -763,7 +763,7 @@ static NSString *const KMPurchaseCompareCellIdentifier = @"KMPurchaseCompa
|
|
|
#pragma mark - Button Actions
|
|
|
|
|
|
- (IBAction)buttonItemClicked_Subscribe:(id)sender {
|
|
|
-// [[IAPProductsManager defaultManager] makeProduct:[IAPProductsManager defaultManager].newlyMonthProduct];
|
|
|
+ [[IAPProductsManager defaultManager] makeProduct:[IAPProductsManager defaultManager].newlyMonthProduct];
|
|
|
[self addWaingView:self.window.contentView];
|
|
|
|
|
|
}
|