We have added a manual payment option to our checkout. When a user chooses this payment option we need any discounts that have been applied to the order through the checkout pricess to be removed or disabled.
Ideally, it would also display a note saying that discounts are not allowed for this option.
The trouble we see is that the Input.payment_gateways tag is only available on payment scripts (not line item scripts).
Any ideas on how to tackle this one?