Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #125 from jyap808/patch-1
Browse files Browse the repository at this point in the history
Update README.mdown
  • Loading branch information
Mugunth Kumar committed Jan 7, 2013
2 parents e3ebcd7 + 6a680e7 commit 172925f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.mdown
Expand Up @@ -30,7 +30,9 @@ To purchase a feature, just call

``` objective-c
[[MKStoreManager sharedManager] buyFeature:kFeatureAId
onComplete:^(NSString* purchasedFeature)
onComplete:^(NSString* purchasedFeature,
NSData* purchasedReceipt,
NSArray* availableDownloads)
{
NSLog(@"Purchased: %@", purchasedFeature);
}
Expand Down

0 comments on commit 172925f

Please sign in to comment.