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
If the maker of a purchase order sends action cancel to Mostro when the order is in status waiting-payment, the order will not be cancelled, the buyer will receive Action: CantDo. However, the hold invoice is cancelled, it goes from "state": "OPEN", to "state": "CANCELED".
Steps to reproduce it:
The buyer creates a purchase order
The seller takes it. Order goes to status waiting-payment. Mostro creates a hold invoice with "state": "OPEN"
The buyer sends the cancel action before the seller pays the invoice. The order remains in status waiting-payment, but the hold invoice goes to "state": "CANCELED"
I think the suggestion in issue #379 should be followed and the order should be cancelled.
The text was updated successfully, but these errors were encountered:
If the maker of a purchase order sends action
cancel
to Mostro when the order is in statuswaiting-payment
, the order will not be cancelled, the buyer will receiveAction: CantDo
. However, the hold invoice is cancelled, it goes from "state": "OPEN", to "state": "CANCELED".Steps to reproduce it:
waiting-payment
. Mostro creates a hold invoice with"state": "OPEN"
cancel
action before the seller pays the invoice. The order remains in statuswaiting-payment
, but the hold invoice goes to"state": "CANCELED"
I think the suggestion in issue #379 should be followed and the order should be cancelled.
The text was updated successfully, but these errors were encountered: