Skip to content

Commit

Permalink
Merge branch 'master' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-ramos committed Dec 30, 2019
2 parents 347d8e1 + 681d2d2 commit 508d909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CheckAndRestorePurchases.md
Expand Up @@ -27,7 +27,7 @@ public async Task<bool> WasItemPurchased(string productId)
if (!connected)
{
//Couldn't connect
return;
return false;
}

//check purchases
Expand Down Expand Up @@ -66,4 +66,4 @@ public async Task<bool> WasItemPurchased(string productId)
Learn more about `IInAppBillingVerifyPurchase` in the [Securing Purchases](SecuringPurchases.md) documentation.


<= Back to [Table of Contents](README.md)
<= Back to [Table of Contents](README.md)

0 comments on commit 508d909

Please sign in to comment.