diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-07-29 15:16:34 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-07-29 15:16:34 -0230 |
| commit | 895bddce2c42e7acb631c23914d2f3568a498c3a (patch) | |
| tree | 631817f612016476edcc84f2fcde3ed30a92a229 /lulu.go | |
| parent | 12aba53395c295880638f7f58f3a00271682bb58 (diff) | |
| download | lulu-895bddce2c42e7acb631c23914d2f3568a498c3a.zip | |
rename LineItems to Items
Diffstat (limited to 'lulu.go')
| -rw-r--r-- | lulu.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -340,7 +340,7 @@ func print[P Printable | Reprintable](c *Client, contact EmailAddress, externalI req := printReq[P]{ Contact: contact, ExternalId: externalId, - LineItems: items, + Items: items, ProductionDelayMins: uint(productionDelay.Round(time.Minute).Minutes()), ShipAddr: addr, ShipOpt: shipOpt, |