refactor: set extension field for payments (#4031)

This commit is contained in:
Vlad Stan
2026-07-01 16:55:15 +03:00
committed by GitHub
parent e39cb20525
commit 26c31b626d
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -290,6 +290,7 @@ async def create_payment(
webhook=data.webhook,
fee=-abs(data.fee),
tag=extra.get("tag", None),
extension=data.extension,
extra=extra,
labels=data.labels or [],
external_id=data.external_id,