minucia
This commit is contained in:
@@ -170,7 +170,9 @@ def migrate_shop_products(url, key, secret, user=None, version="wc/v3"):
|
||||
history.quantity = counter
|
||||
history.save()
|
||||
|
||||
logging.info(f"Products created: {len(new_products)}")
|
||||
print(f"Products created: {len(new_products)}")
|
||||
|
||||
return new_products
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user