Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The web-ui shows <You have not added any items to your Shopping Cart> after checkout #140

Open
AsirXing opened this issue Dec 2, 2020 · 0 comments

Comments

@AsirXing
Copy link

AsirXing commented Dec 2, 2020

After checkout, the web-ui web page shows message: You have not added any items to your Shopping Cart! And all the items in the are 0.00.

Seems the cart service does not work. It always return 0.0 for all shopping items.

sh-4.2$ curl http://cart:8080/api/cart/FOO
{"cartItemTotal":0.0,"cartItemPromoSavings":0.0,"shippingTotal":0.0,"shippingPromoSavings":0.0,"cartTotal":0.0,"cartId":"FOO","shoppingCartItemList":[]} 
sh-4.2$ curl http://cart:8080/api/cart/f291fc5d-9fee-4211-a461-17c680526899
{"cartItemTotal":0.0,"cartItemPromoSavings":0.0,"shippingTotal":0.0,"shippingPromoSavings":0.0,"cartTotal":0.0,"cartId":"f291fc5d-9fee-4211-a461-17c680526899","shoppingCartItemList":[]} 
sh-4.2$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant