I just want to know when the new line item is added to Clover register it notifies my app through broadcast action(com.clover.intent.action.LINE_ITEM_ADDED") when I trigger plus icon in a register to increment the quantity of line Item it again triggers the same action which is ok, So the main point of my question is when user will trigger the subtract icon for decrement of line items quantity it will notify me but I don't know which action I use or which technique I use to get decremented line item detail.
Any help will be appreciated.thanks