refactor everything again
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m51s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m51s
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user