fun getOrderTotal(cart: Cart): <ERROR CLASS>
Get Order Total from API server.
Return
awaits for async promise to return Order Total.
fun getOrderTotal(cart: Cart, success: (result: Order?) -> Unit, failure: (Exception) -> Unit): Unit
Get Order Total from API server.