This PR updates the order service and brings it up to the revised specification of the service. I've implemented the full /find/<order_id> endpoint which uses both the payment and stock services.
The only exception is the checkout endpoint that still needs to be implemented which depends on #14.
This PR updates the order service and brings it up to the revised specification of the service. I've implemented the full
/find/<order_id>
endpoint which uses both the payment and stock services.The only exception is the checkout endpoint that still needs to be implemented which depends on #14.