Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalin Demian committed Mar 19, 2021
1 parent 4cc9cf5 commit 13aa2e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@ trackBasketUpdatedEvent(basket: OmetriaBasket)

This event takes the full current basket as a parameter; not just the updated parts. This is laborious, but it helps recover from lost or out of sync basket events: the latest update is always authoritative.

#### Checkout started

The user has started the checkout process.

```swift
trackCheckoutStartedEvent(orderId: String)
```

#### Order Completed

The order has been completed and paid for.
Expand Down

0 comments on commit 13aa2e1

Please sign in to comment.