fix(api): change pally webhook endpoint from /success to /result

This commit is contained in:
2026-05-31 14:14:17 +07:00
parent f9d3fbf937
commit 763e041a8b
2 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ router = APIRouter(prefix="/pally")
logger = logging.getLogger(__name__)
@router.post("/success")
@router.post("/result")
async def pally_callback(
id: str = Form(...),
bill_id: str = Form(...),