invoices, order handling, db updates
This commit is contained in:
@@ -5,3 +5,8 @@ class CheckoutStorage(StatesGroup):
|
||||
name = State()
|
||||
phone = State()
|
||||
address = State()
|
||||
confirmation = State()
|
||||
|
||||
|
||||
class PaymentStorage(StatesGroup):
|
||||
refresh = State()
|
||||
|
||||
Reference in New Issue
Block a user