Skip to content

Commit

Permalink
Update HandlingExceptions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Apr 27, 2021
1 parent 4988dfa commit 1b472bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/HandlingExceptions.md
Expand Up @@ -81,7 +81,7 @@ try
}

//check purchases
var purchase = await billing.PurchaseAsync(productId, ItemType.InAppPurchase, "devId");
var purchase = await billing.PurchaseAsync(productId, ItemType.InAppPurchase);

//possibility that a null came through.
if(purchase == null)
Expand Down Expand Up @@ -130,4 +130,4 @@ finally

```

<= Back to [Table of Contents](README.md)
<= Back to [Table of Contents](README.md)

0 comments on commit 1b472bf

Please sign in to comment.