feat: cetak

This commit is contained in:
efrilm
2025-08-04 11:57:50 +07:00
parent c906d5ebe5
commit e462326495
5 changed files with 206 additions and 7 deletions
@@ -906,6 +906,7 @@ class _ConfirmPaymentPageState extends State<ConfirmPaymentPage> {
success: (data) {
context
.pushReplacement(SuccessOrderPage(
productQuantity: items,
order: data,
));
},