SAP-samples / cloud-espm-cloud-native

Enterprise Sales and Procurement Model (ESPM) Cloud Native is a project that showcases how an application can be made resilient by implementing resilience design patterns. This application is developed using Spring Boot framework and can be deployed locally as well as on SAP BTP, Cloud Foundry environment.
Apache License 2.0
39 stars 41 forks source link

Created Sales Order is not listed in Retailer View #21

Closed i047823 closed 2 years ago

i047823 commented 2 years ago

Once the sales order is created in webshop view the sales order details is not shown in retailer view.

Steps to reproduce:

Launch URL for Webshop application https://espmauto-dev-espm-gateway.cfapps.eu10.hana.ondemand.com/webapp/webshop/index.html Login with existing customer "paul.burke@itelo.info". Add some item to cart and checkout to create sales order. It says sales order created.

Now click on the sales order icon next to the cart icon. Expected : It should display the sales order information created by the webshop user. Actual : The sales order information is not shown.

Launch url for retailer application : https://espmauto-dev-espm-gateway.cfapps.eu10.hana.ondemand.com/webapp/retailer/index.html

Click on sales order view Expected : created sales order should be displayed with status. Actual : sales order info not shown.

Attached the screenshots. espm error1 espm error2

navinkrishnan commented 2 years ago

Will be tracked separately