Hello,
I have use the latest Poynt Sdk.
I need to apply a discount on a product when it was added to the order. I tried to get the order object from PoyntOrderService once the product was added to the order but it was always null.
But, if the order is saved and then reopened it returns the order object correctly.
So I’m wondering what I’m doing wrong or how can I get the order during adding new products or new line items.
Thanks for help,
Appreciated