(20241228) Payments module revamped!
This commit is contained in:
@@ -216,7 +216,8 @@ class CorePaymentModel(BaseModel):
|
||||
description = "the id of the document in mongodb that holds this information",
|
||||
frozen = True,
|
||||
default = None,
|
||||
alias = "_id"
|
||||
alias = "_id",
|
||||
exclude = True
|
||||
)
|
||||
|
||||
user: CoreUserInfoModel = Field(
|
||||
|
||||
Reference in New Issue
Block a user