jbossdemocentral/coolstore-microservice

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

AsirXing opened this issue · 0 comments

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$