Navigation Menu

Skip to content

Commit

Permalink
fixed error in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha Karpenko committed Jun 4, 2012
1 parent 850ca8b commit 5422269
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -99,7 +99,7 @@ StoreKISSPaymentRequest *paymentRequest = [[StoreKISSPaymentRequest alloc] init]
makePaymentWithSKProduct:skProduct makePaymentWithSKProduct:skProduct
success:^(StoreKISSPaymentRequest *paymentRequest) { success:^(StoreKISSPaymentRequest *paymentRequest) {
NSLog(@"Product was bought successfully."); NSLog(@"Product was bought successfully.");
NSLog(@"Transaction ID %@", paymentRequest.transaction.transactionIdentifier); NSLog(@"Transaction ID %@", paymentRequest.skTransaction.transactionIdentifier);
} failure:^(NSError *error) { } failure:^(NSError *error) {
NSLog(@"Houston, we have a problem: %@"), error.localizedDescription); NSLog(@"Houston, we have a problem: %@"), error.localizedDescription);
}]; }];
Expand Down
Binary file not shown.

0 comments on commit 5422269

Please sign in to comment.