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
When your order is paid and you want to go back "one step" to previous OrderStatus it means that you have to prune through the OrderLogEntry objects to find last status_change and then match the name to OrderStatus to find the correct one.
When your order is paid and you want to go back "one step" to previous
OrderStatus
it means that you have to prune through theOrderLogEntry
objects to find laststatus_change
and then match the name toOrderStatus
to find the correct one.Simple example of this:
It would make sense if Shuup had an
OrderStatusHistory
which would help matching the status changes better.The text was updated successfully, but these errors were encountered: