fix success add item order

This commit is contained in:
Efril
2026-04-27 17:39:15 +07:00
parent b173654a9c
commit e7260ea0e2
8 changed files with 282 additions and 7 deletions
@@ -58,6 +58,7 @@ class _CheckoutRightPanelState extends State<CheckoutRightPanel> {
context.read<OrderFormBloc>().add(
OrderFormEvent.customerNameChanged(customerController.text),
);
context.read<CheckoutFormBloc>().add(CheckoutFormEvent.customerNameChanged(customerController.text));
});
}