We have a toggleable setting in our app that will add a discount for cash payments. The issue we are trying to solved is to display the different values on the payment screen.
To solve this, we have been attempting to add logic that will allow us to only show cash payments or card payments (we only want to display a single payment not both).
From our understanding we can not hide payment tenders using ACTION_CLOVER_PAY, but can for ACTION_SECURE_PAY. The issue we have encountered is that cash can not be used for ACTION_SECURE_PAY.
Is our understanding of ACTION_SECURE_PAY and ACTION_CLOVER_PAY correct?
Any help would be much appreciated.