Skip to content

Commit

Permalink
Merge pull request #518 from roughiain/master
Browse files Browse the repository at this point in the history
Fixes 516
  • Loading branch information
jamesmontemagno committed Jan 11, 2023
2 parents cbf8ec1 + e0c6f6b commit a533ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/GetProductDetails.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ try

var productIds = new string []{"mysku","mysku2"};
//You must connect
var connected = await billing.ConnectAsync(ItemType.InAppPurchase);
var connected = await billing.ConnectAsync();

if (!connected)
{
Expand Down Expand Up @@ -108,4 +108,4 @@ finally
}
```

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

0 comments on commit a533ca6

Please sign in to comment.