Can you describe what you are doing, and why? Are you saying you have a background service that is sitting behind Register and updating the order?
We have make an app using clover sdk in which we are applying discount . We have a background service in that app that is updating the order and putting discount when some criteria gets fulfilled on register app. When we are applying discount at that time flickering problem is there, because we are removing discount on every line item and apply it again on every line item when some criteria gets fulfilled using above mentioned method of clover sdk.Any solutions is there of this problem?
I mean to say how to delete line item discount in bulk. Currently it is deleted discount lineitem wise using this method:-
orderConnector.deleteLineItemDiscounts(orderID, lineId, DiscountItemID);
Any method by which we can delete discount from line item in bulk.Any solution?
No, there're no bulk line item operations. The flickering makes sense considering what you are doing.
2 People are following this question.