Skip to content

Commit

Permalink
Merge pull request #256 from chad-ramos/patch-5
Browse files Browse the repository at this point in the history
Update PurchaseNonConsumable.md
  • Loading branch information
jamesmontemagno committed Jan 4, 2020
2 parents 681d2d2 + 0d6ba30 commit 0827cf4
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 0827cf4

Please sign in to comment.