refactor everything again
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m51s

This commit is contained in:
matst80
2024-11-10 20:10:47 +01:00
parent 7a4d9b1540
commit 8f0e062817
7 changed files with 125 additions and 145 deletions

View File

@@ -17,7 +17,7 @@ type PriceTuple struct {
}
type OutletItem struct {
ArticleNumber string `json:"sku,opmitempty"`
ArticleNumber string `json:"sku,omitempty"`
Price PriceTuple `json:"price,omitempty"`
Title string `json:"title"`
}