Closed Catrya closed 2 months ago
The buyer created a purchase order, the seller took it and paid the invoice. The buyer should get WaitingSellerToPay first and then AddInvoice, not the other way around.
WaitingSellerToPay
AddInvoice
Well, I think what it's doing is reversing the messages, because when you cancel it, it changes the order of the messages.
fixed with last merge in mostro and mostro-cli
The buyer created a purchase order, the seller took it and paid the invoice. The buyer should get
WaitingSellerToPay
first and thenAddInvoice
, not the other way around.