From c6a85bb1144513dd9da4b2150a36fbc6cf7b0414 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Wed, 8 May 2019 03:54:17 +0000 Subject: [PATCH] Version 0.2.0-rc10 --- doc/customer.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/customer.md b/doc/customer.md index 9f4e2a2..2c4c02e 100755 --- a/doc/customer.md +++ b/doc/customer.md @@ -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 { + return customerOperation.upgrade(customerInfo) + } +``` + ## Sign In Sign the user in using existing credentials