mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 08:25:43 +00:00
Enhance internal payment handling and e2e testing setup
This commit is contained in:
@@ -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: [],
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user