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
@@ -375,6 +375,8 @@ class _PaymentPageState extends State<PaymentPage> {
.toList() ??
[],
payment: data,
paymentMethod: selectedPaymentMethod?.name ?? '',
nominalBayar: totalPriceController.text.toIntegerFromText,
));
},
error: (message) {