k8s: cartservice listen addr
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
6040585996
commit
83333c9f6b
3 changed files with 3 additions and 2 deletions
|
@ -184,7 +184,7 @@ func (cs *checkoutService) getUserCart(ctx context.Context, userID string) ([]*p
|
|||
|
||||
cart, err := pb.NewCartServiceClient(conn).GetCart(ctx, &pb.GetCartRequest{UserId: userID})
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to get user cart: %+v", err)
|
||||
return nil, fmt.Errorf("failed to get user cart during checkout: %+v", err)
|
||||
}
|
||||
return cart.GetItems(), nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue