Misc. tweaks per demo launch
This commit is contained in:
parent
950a153342
commit
c633dcc666
3 changed files with 6 additions and 2 deletions
|
|
@ -155,7 +155,7 @@ class ProductImporter(FromWooCommerce, rattail_woocommerce_importing.model.Produ
|
|||
'uuid': uuid,
|
||||
'woocommerce_id': api_product['id'],
|
||||
'item_id': api_product['sku'],
|
||||
'description': api_product['name'],
|
||||
'description': api_product['name'].replace('&', '&'),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue