Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Some interfaces never triggered #859

Open
Instein98 opened this issue Jun 25, 2021 · 2 comments
Open

Some interfaces never triggered #859

Instein98 opened this issue Jun 25, 2021 · 2 comments

Comments

@Instein98
Copy link

Instein98 commented Jun 25, 2021

Hi, I am learning microservices through this project. I have successfully run this demo in docker. However, I noticed that for some interfaces in Carts, Orders, and Shipping, I can not trigger them by interacting with the front-end.

In detail, the following interfaces can not be triggered:

  • ShippingController.getShipping
  • ShippingController.getShippingById

Could you please tell me how to trigger those interfaces? Thanks!

@rodrmartinez
Copy link
Contributor

Hi @Instein98 , how did you tried them? Did you registered a user and tried adding items to the cart and placing an order from the front-end?

@Instein98
Copy link
Author

Instein98 commented Jun 30, 2021

@rodrmartinez Yes. I have tried to operate from the front-end and the following interfaces seem never be triggered:

  • ShippingController.getShipping
  • ShippingController.getShippingById

Additionally, CartsController.mergeCarts can only be triggered by myself once.
Could you please explain what does mergeCarts mean and how to repeatedly trigger it? And for getShipping and getShippingById, are they deprecated?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants