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

Order entity does not have a refunded status #6783

Closed
1 of 2 tasks
danielrodcaball opened this issue Mar 22, 2024 · 1 comment · Fixed by #7978
Closed
1 of 2 tasks

Order entity does not have a refunded status #6783

danielrodcaball opened this issue Mar 22, 2024 · 1 comment · Fixed by #7978

Comments

@danielrodcaball
Copy link

danielrodcaball commented Mar 22, 2024

Preliminary Checks

Issue Summary

The Orders Architecture Overview doc page states that one of the possible statuses of an order is refunded. This does not seem to be true, the order_status_enum only allows the following values:

'pending', 'completed', 'archived', 'canceled', 'requires_action'

How can this issue be resolved?

  1. Remove the refunded status as a possible state in the order entity.

Are you interested in working on this issue?

  • I would like to fix this issue
@shahednasser
Copy link
Member

Nice catch! pushed a fix to PR #7978

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

Successfully merging a pull request may close this issue.

2 participants