Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cristidregan authored Jun 22, 2021
1 parent 539535a commit be41ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ val myItem = OmetriaBasketItem(
quantity = 1,
price = 12.0f)
val myItems = listOf(myItem)
val basket = OmetriaBasket(totalPrice = 12.0f, currency = "USD", items = myItems)
val basket = OmetriaBasket(totalPrice = 12.0f, currency = "USD", items = myItems, link = "www.example.com")

Ometria.instance().trackBasketUpdatedEvent(basket = basket)
```
Expand Down

0 comments on commit be41ff8

Please sign in to comment.