Loading request...
User suggests that the order service should not directly call the payment service, advocating for asynchronous communication for better system design and reliability within an e-commerce platform.
Ideally order service should not directly call payment service..there should be async communication between them