(20241218) Can now send tags to apply with the payment request itself, and can even update tags later.

This commit is contained in:
2024-12-18 10:24:42 +05:30
parent 85cc330711
commit c340ebcba5
7 changed files with 388 additions and 4 deletions
+1 -1
View File
@@ -36,8 +36,8 @@
# To make sibling directories accessible for imports:
import sys
sys.path.append(".")
sys.path.append("..")
sys.path.append("../..")
# For using Quart:
from quart import Blueprint, current_app, g, request