a. ISSUE: In clover, we unchecked the "Set tips for all employees" option for Employees but when we want to add a tip to a payment via ACTION_ADD_TIP we get the message "You don't have permission to set tips for other employees".
Even for the employee trying to add a tip to one of his orders payments. We get this when the user is using "Quick Access" so therefore they are signed in with default employee. The ACTION_ADD_TIP Clover Intent only requires EXTRA_PAYMENT_ID and EXTRA_TITLE, so currently there is no way to send the employee id to validate that he is the one that made the payment. Is this possible?