Skip to content

Commit

Permalink
Update PurchaseNonConsumable.md
Browse files Browse the repository at this point in the history
Add missing return value in code samples
  • Loading branch information
chad-ramos committed Nov 4, 2019
1 parent 878c8d1 commit 77770b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/PurchaseNonConsumable.md
Expand Up @@ -35,7 +35,7 @@ public async Task<bool> PurchaseItem(string productId, string payload)
if (!connected)
{
//we are offline or can't connect, don't try to purchase
return;
return false;
}

//check purchases
Expand Down

0 comments on commit 77770b2

Please sign in to comment.