Files
openfoodnetwork/app
Maikel Linke 303b91af5e Move list of payment actions from card to gateway
We currently ask the credit card first which payment actions like "void"
it supports. But all the logic is not card specifc. It depends on the
payment method which actions it supports.

And instead of having two different classes potentially being the source
of truth for actions, I prefer leaving that responsibility with exactly
one class, the payment method.

I'll move the `can_?` methods next.
2026-03-11 10:58:30 +11:00
..
2026-03-04 10:28:39 +11:00
2026-03-10 16:07:42 +11:00
2025-10-27 11:30:33 +01:00
2026-03-02 22:05:29 +01:00