(20241218) Can now send tags to apply with the payment request itself, and can even update tags later.
This commit is contained in:
@@ -195,7 +195,7 @@ async def get_one_payment_record(
|
||||
): return ResponseModel(
|
||||
status_code = StatusCodes.FAILED,
|
||||
http_code = HttpCodes.UNAUTHORIZED,
|
||||
message = "The message does not belong to this user."
|
||||
message = "The record does not belong to this user."
|
||||
)
|
||||
|
||||
# ┳┓
|
||||
|
||||
Reference in New Issue
Block a user