Skip to content

Commit

Permalink
Version 0.2.0-rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed May 8, 2019
1 parent 250db49 commit c6a85bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/customer.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,21 @@ Create a customer account with email and password using information from the use
}
```

## "Upgrade" a Customer

Link an email and password with the current anonymous logged in user

```
val loginInfo = LoginInfo (
email = "test@example.com",
password = "password"
)
fun upgrade(): LiveData<WorkStatus> {
return customerOperation.upgrade(customerInfo)
}
```

## Sign In

Sign the user in using existing credentials
Expand Down

0 comments on commit c6a85bb

Please sign in to comment.