update gen qr
This commit is contained in:
@@ -323,7 +323,10 @@ final routerProvider = Provider<GoRouter>((ref) {
|
||||
final amount = double.tryParse(amountStr) ?? 0.0;
|
||||
return MaterialPage(
|
||||
key: state.pageKey,
|
||||
child: PaymentQrPage(orderId: orderId, amount: amount),
|
||||
child: PaymentQrPage(
|
||||
orderId: orderId,
|
||||
amount: amount,
|
||||
),
|
||||
);
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user