feat: update payment handling and remove unused code in entry forms

This commit is contained in:
riefive
2025-12-03 12:05:23 +07:00
parent 42bb79554f
commit 6a27c1f346
3 changed files with 21 additions and 58 deletions

No files matched your search

+1
View File
@@ -22,6 +22,7 @@ export function create(data: any) {
}
} else {
url = pathOld
delete payload.encounterId
}
return base.create(url, payload, name)
}