Added the payment options to the summary and enhanced usability handling with delivery options
This commit is contained in:
@ -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,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user