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

131 orders #139

Merged
merged 6 commits into from
Oct 25, 2020
Merged

131 orders #139

merged 6 commits into from
Oct 25, 2020

Conversation

wisnie
Copy link
Member

@wisnie wisnie commented Oct 22, 2020

Fixes #131

Comment on lines 13 to 21
status: Faker.random.arrayElement([
'PENDING',
'PROCESSING',
'ON_HOLD',
'COMPLETED',
'CANCELLED',
'REFUNDED',
'FAILED',
]),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
status: Faker.random.arrayElement([
'PENDING',
'PROCESSING',
'ON_HOLD',
'COMPLETED',
'CANCELLED',
'REFUNDED',
'FAILED',
]),
status: Faker.random.arrayElement(Object.values(Enums.OrderStatus)),

@typeofweb typeofweb merged commit ce6d29c into develop Oct 25, 2020
@typeofweb typeofweb deleted the 131-orders branch October 25, 2020 18:42
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.

[Admin] GET /orders
2 participants