Open Issues Need Help
View All on GitHub Support multi-payment methods and split (split-tender) payments about 2 months ago
AI Summary: The current payment system only stores a single payment amount, preventing the use of multiple payment methods or split-tender payments for an order. This issue proposes implementing multi-payment and split-tender functionality by extending the `payments` database table, adding a new payment method enum, and introducing a `PaymentSettlementService` to manage the complex logic across data, services, UI, and invoices.
Complexity:
4/5
enhancement help wanted