Hi, i’m running into a problem while trying to create an abandoned order. The order has no orderid (as it isn’t created yet), so i do not know which order to update after it gets paid. So how can i update the correct corresponding abandoned order after payment?
/
My only idea to this is to get all abandoned orders for the user, then see if the cart content for the abandoned order is the same as the (real) paid order. And when found update that order. That seems a bit hacky, so is there anyone who knows how to tackle this issue?
/
Thanks in advance!