We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: