update qty
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 27s
Build and Publish / BuildAndDeploy (push) Successful in 2m25s

This commit is contained in:
matst80
2024-11-14 20:35:04 +01:00
parent 352c570f0b
commit 4112666457
3 changed files with 47 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ func TestConnection(t *testing.T) {
Id: id,
storageMessages: []Message{},
Items: []*CartItem{},
Deliveries: make([]CartDelivery, 0),
Deliveries: make([]*CartDelivery, 0),
TotalPrice: 0,
}, nil
})