Added the payment options to the summary and enhanced usability handling with delivery options

This commit is contained in:
Dennis Nemec
2026-01-08 14:11:01 +01:00
parent ffdd7fa0ff
commit 6eafb0fab0
4 changed files with 42 additions and 20 deletions

View File

@ -26,7 +26,7 @@ class _DeliverySummaryState extends State<DeliverySummary> {
final tourState = context.read<TourBloc>().state as TourLoaded;
_paymentMethods = [
widget.delivery.payment,
...tourState.tour.paymentMethods,
...tourState.paymentOptions,
];
}