Skip to content

Commit

Permalink
Update PurchaseConsumable.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Jan 10, 2018
1 parent ef0e5e8 commit 1b3843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/PurchaseConsumable.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public async Task<bool> PurchaseItem(string productId, string payload)
{
//did not purchase
}
else
else if(purchase.State == PurchaseState.Purchased)
{
//purchased, we can now consume the item or do it later
Expand Down

0 comments on commit 1b3843a

Please sign in to comment.