fix: print

This commit is contained in:
efrilm
2025-08-07 14:28:52 +07:00
parent d0e1f9a5b6
commit 9d78c9dcce
5 changed files with 31 additions and 11 deletions
@@ -343,6 +343,8 @@ class _PaymentDialogState extends State<PaymentDialog> {
.toList() ??
[],
payment: data,
paymentMethod: selectedPaymentMethod?.name ?? "",
nominalBayar: totalPriceController.text.toIntegerFromText,
));
},
error: (message) {