- Invoices should have a formal void state which merchants can put them into.
- The "Account Managers" screen should support removal of managers (other than yourself, at least).
- If you "Save Query", then "Cancel" from a sub-query view (like "Charges" in an "Account"), you lose the parent context and 404. This is probably a broader issue with ApplicationSearch and not particular to Phortune.
---
//Done//
- The "Merchant" profile screen is now somewhat inconsistent with the "Account" profile screen, and uses different icons for "Subscriptions" and "Orders".
- "Edit Autopay" is MFA-gated on the read side. Preferable would be to MFA-gate this with one-shot when saving. But this should also switch to transactions.
**Add Payment Method**: This is touched on elsewhere, but it's currently very difficult to add a payment method. This is sort-of-quasi-intentional to make it difficult to //validate// payment methods, and sort-of-quasi-intentional because some payment processors may not involve real payment methods (I think the Paypal flow was checkout-only?) ,but I assume Stripe (and other processors) do appropriate sets of checks here for managing fraud, and if this is really an issue we could likely throw a rate limit on the action. You can already do it anyway (and we don't see abuse today), it's just a little tricky to find.