Enhance internal payment handling and e2e testing setup

This commit is contained in:
Marshal
2026-08-02 19:17:17 +00:00
parent 930e39c4fc
commit 3956c78c54
3 changed files with 201 additions and 154 deletions

View File

@@ -172,11 +172,11 @@ function emptyUnit(): UnitDraft {
function emptyLine(size: string): ContainerLineDraft {
return {
containerSize: size,
quantity: "1",
quantity: "0",
hazardousQuantity: "0",
reeferQuantity: "0",
returnQuantity: "0",
units: [emptyUnit()],
units: [],
};
}