add netopia payment process
This commit is contained in:
9
UI_V2/pages/shopping_cart/confirm_data.py
Normal file
9
UI_V2/pages/shopping_cart/confirm_data.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import flet as ft
|
||||
|
||||
class ConfirmData:
|
||||
def __init__(self):
|
||||
self.first_name = ft.TextField(label="Prenume")
|
||||
self.last_name = ft.TextField(label="Nume")
|
||||
self.city = ft.TextField(label="Oras")
|
||||
self.address = ft.TextField(label="Strada si numar")
|
||||
|
||||
Reference in New Issue
Block a user