update cart
This commit is contained in:
@@ -53,7 +53,7 @@ class CheckoutPage extends HookConsumerWidget {
|
||||
final companyEmailController = useTextEditingController();
|
||||
|
||||
// Payment method
|
||||
final paymentMethod = useState<String>('bank_transfer');
|
||||
final paymentMethod = useState<String>('full_payment');
|
||||
|
||||
// Price negotiation
|
||||
final needsNegotiation = useState<bool>(false);
|
||||
|
||||
Reference in New Issue
Block a user