(20241217) payment reference will now be the same as the payment id.
This commit is contained in:
@@ -101,11 +101,6 @@ class MailGetRequestHeaders(BaseModel):
|
||||
|
||||
class MailGetRequestData(BaseModel):
|
||||
|
||||
tokenKey: str = Field(
|
||||
description = "the id of the token associated with the mail; needed for security",
|
||||
frozen = True
|
||||
)
|
||||
|
||||
messageId: str = Field(
|
||||
description = "the mail identifier (Mongo ObjectId) of the document that holds the mail",
|
||||
frozen = True
|
||||
|
||||
Reference in New Issue
Block a user