Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completed User Order views #87

Merged
merged 3 commits into from
Mar 10, 2019
Merged

Completed User Order views #87

merged 3 commits into from
Mar 10, 2019

Conversation

nshmadhani
Copy link
Contributor

Views for getting pending and completed orders for a user

serializer_class = OrderSerializer

@swagger_auto_schema(responses={200: OrderSerializer(many=True)})
@action(detail=False, methods=["post"])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you using a POST method for getting the list of completed orders?

@sahiljajodia01
Copy link
Collaborator

Also, your travis build is failing so please see it. Also, are there only two endpoints left to make for app? Please ask App people and confirm with them.

@sahiljajodia01 sahiljajodia01 merged commit c6abb59 into djunicode:development Mar 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants