mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-11 12:50:55 +00:00
fix style
This commit is contained in:
parent
ccdf9c4a1a
commit
925a066ac9
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class RetailcrmCartUploader
|
|||
'offer' => [
|
||||
'externalId' => !empty($offers)
|
||||
? $product['id_product'] . '#' . $product['id_product_attribute']
|
||||
: $product['id_product']
|
||||
: $product['id_product'],
|
||||
],
|
||||
'quantity' => $product['cart_quantity'],
|
||||
'price' => $product['price'],
|
||||
|
|
Loading…
Add table
Reference in a new issue