Description
PaymentMethodSelector.tsx presumably asks for payment method/token choice every time with no memory of a payer's prior preference for a given recipient. This issue adds per-recipient preference memory.
Technical Context
Involves src/components/PaymentMethodSelector.tsx. Store the last-used token/method per (payer, recipient) pair in localStorage; pre-select it as the default on subsequent payments to the same recipient, while still allowing override.
Acceptance Criteria
Description
PaymentMethodSelector.tsxpresumably asks for payment method/token choice every time with no memory of a payer's prior preference for a given recipient. This issue adds per-recipient preference memory.Technical Context
Involves
src/components/PaymentMethodSelector.tsx. Store the last-used token/method per (payer, recipient) pair in localStorage; pre-select it as the default on subsequent payments to the same recipient, while still allowing override.Acceptance Criteria