add seller data when not own
Some checks failed
Build and Publish / BuildAndDeploy (push) Successful in 3m27s
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled

This commit is contained in:
matst80
2025-05-13 15:03:04 +02:00
parent cf31f17d57
commit f485dfa038

View File

@@ -163,7 +163,7 @@ func getItemData(sku string, qty int) (*messages.AddItem, error) {
category5, _ := item.Fields[14].(string)
// is own
if sellerId == "001071" {
if sellerName == "Elgiganten" {
sellerName = ""
}