Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt authored Apr 9, 2021
1 parent a687ca8 commit 456efcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ dependencies {

```kotlin
iapConnector = IapConnector(this, "...")
.setNonConsumableIds(listOf("id1", "id2", "id3")) /*pass the list of InAppProduct IDs (Consumables & Non-Consumables)*/
.setNonConsumableIds(listOf("id1", "id2", "id3")) /*pass the list of Non-Consumable Product IDs*/
.setSubscriptionIds(listOf("subId1", "subId2")) /*pass the list of Subscription IDs*/
.setConsumableProductIds(listOf("id4", "id5")) /*pass the list of consumable product IDs (Subset of first InAppProductIds list)*/
.setConsumableProductIds(listOf("id4", "id5")) /*pass the list of Consumable Product IDs*/
.autoAcknowledge() /*to enable auto acknowledgement*/
.connect()
```
Expand Down

0 comments on commit 456efcd

Please sign in to comment.