Skip to content

Commit

Permalink
Fixes #504
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Feb 1, 2023
1 parent a533ca6 commit a691de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CheckAndRestorePurchases.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public async Task<bool> WasItemPurchased(string productId)
if(purchases?.Any(p => p.ProductId == productId) ?? false)
{
//Purchase restored
// if on Android may be good to
// if on Android may be good to check if these purchases need to be acknowledge
return true;
}
else
Expand Down

0 comments on commit a691de5

Please sign in to comment.