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