This commit is contained in:
efrilm
2025-08-13 22:11:24 +07:00
parent 670a0b6414
commit b34428965e
7 changed files with 65 additions and 51 deletions
@@ -1065,13 +1065,16 @@ class _ConfirmPaymentPageState extends State<ConfirmPaymentPage> {
}
context.read<OrderFormBloc>().add(
OrderFormEvent.create(
OrderFormEvent
.createWithPayment(
items: items,
customerName:
customerController
.text,
orderType: orderType,
table: widget.table,
paymentMethod:
selectedPaymentMethod!,
table: widget.table!,
customer:
selectedCustomer,
),