You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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, theorder_status_enum
only allows the following values:'pending', 'completed', 'archived', 'canceled', 'requires_action'
How can this issue be resolved?
refunded
status as a possible state in the order entity.Are you interested in working on this issue?
The text was updated successfully, but these errors were encountered: