add seller data when not own
This commit is contained in:
@@ -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 = ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user