Hi Sir,
I implement the clover application with discount logic implementation.
Scenario
I open order in one device and add some item to the order
Now open same order for second device everything working fine
Now when i apply discount in both device one by one First only one discount is applied in both the devices but after some time two discount is apply because two discount id is created.
I want to apply one discount to multiple devices.
I am using clover connector to apply discount below is my code.
mOrderConnector.addDiscount2(mOrderId, dollarDiscount).getId()
Thanks.