Open ehibes opened 2 years ago
Hello @ehibes !
Why do you change all the
orderNumber
references toid
?Changing the moment where the invoice item is created could help.
I did it because orderNumber
was not yet generated.
I made changes according to you reviews. PhpSpec & behat tests passed. I don't know how to add your behat scenario...
I made changes according to you reviews. PhpSpec & behat tests passed. I don't know how to add your behat scenario...
Perfect, thank you for your work, I will ping the devs about it to start approving it 😉 Don't worry about the BeHat test, I will setup one elaborate one in an other PR.
Perfect, thank you for your work, I will ping the devs about it to start approving it 😉 Don't worry about the BeHat test, I will setup one elaborate one in an other PR.
Thank you for your reactivity @Prometee. I should write a Behat scenario too, for my example of the first message.
Yes it will avoid getting the issue again indeed 👌
I love this feature. Can I help with anything on those falling checks? Let me know if I can.
Moving order generation to state machine transition from doctrine persist event. #281 Solve #174 #235 adding some state configuration :
I had to use the identifier instead of the number, because the order number is not yet persisted to the entity at the time of the transition.