diff --git a/docs/CheckAndRestorePurchases.md b/docs/CheckAndRestorePurchases.md index 3ffb683..1942d8a 100644 --- a/docs/CheckAndRestorePurchases.md +++ b/docs/CheckAndRestorePurchases.md @@ -27,7 +27,7 @@ public async Task WasItemPurchased(string productId) if (!connected) { //Couldn't connect - return; + return false; } //check purchases @@ -66,4 +66,4 @@ public async Task WasItemPurchased(string productId) Learn more about `IInAppBillingVerifyPurchase` in the [Securing Purchases](SecuringPurchases.md) documentation. -<= Back to [Table of Contents](README.md) \ No newline at end of file +<= Back to [Table of Contents](README.md)