Skip to content

Commit

Permalink
Fixing issue with store service
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulino committed Jun 9, 2024
1 parent 9c68c94 commit 6934f40
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/AmbientSounds.Uwp/Services/StoreService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@ public async Task<bool> BuyAsync(string iapId, bool latest = false)
if (result == StorePurchaseStatus.Succeeded || result == StorePurchaseStatus.AlreadyPurchased)
{
_ownershipCache[iapId] = true;
}

if (result == StorePurchaseStatus.Succeeded)
{
ProductPurchased?.Invoke(this, iapId);
}

Expand Down

0 comments on commit 6934f40

Please sign in to comment.