fix: print
This commit is contained in:
@@ -343,6 +343,8 @@ class _PaymentDialogState extends State<PaymentDialog> {
|
||||
.toList() ??
|
||||
[],
|
||||
payment: data,
|
||||
paymentMethod: selectedPaymentMethod?.name ?? "",
|
||||
nominalBayar: totalPriceController.text.toIntegerFromText,
|
||||
));
|
||||
},
|
||||
error: (message) {
|
||||
|
||||
Reference in New Issue
Block a user