(20241218) No tags sent (payment request and sms sending) fixed.
This commit is contained in:
@@ -190,7 +190,8 @@ class PGPaymentRequestData(BaseModel):
|
||||
|
||||
tags: List[Any] | None = Field(
|
||||
description = "any no. of tags to apply to this payment record to make search and filtering easy later",
|
||||
default = None
|
||||
default = None,
|
||||
validate_default = True
|
||||
)
|
||||
|
||||
# ┏┓ ┏•
|
||||
|
||||
Reference in New Issue
Block a user