ready link import fx 1
This commit is contained in:
parent
c664fecdef
commit
555ff3007f
|
|
@ -478,7 +478,7 @@ func (importer *Importer) updateVariant(product models.Product) (*gm.Product, er
|
||||||
importer.updatePrice(product.Price, &flat)
|
importer.updatePrice(product.Price, &flat)
|
||||||
|
|
||||||
}
|
}
|
||||||
return nil, nil
|
return &flat.Product, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (importer *Importer) updatePrice(price models.Price, flat *gm.ProductFlat) {
|
func (importer *Importer) updatePrice(price models.Price, flat *gm.ProductFlat) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue