Description 📝
Allow merchants to specify a subset of the global token whitelist that they wish to accept for their specific invoices.
Proposed Steps 📝
- Update storage: Store a whitelist per merchant.
- Validation: When creating an invoice, check if the token is in the merchant's personal list.
Acceptance Criteria ✅
- Merchants can control their own preferred payment tokens.