fix(api): change pally webhook endpoint from /success to /result
This commit is contained in:
@@ -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(...),
|
||||
|
||||
Reference in New Issue
Block a user