Commit 46a7b746 by liumengfei

Merge branch 'developer' into production

parents 1f8efc15 ac48c2c7
......@@ -80,7 +80,7 @@ $tracking_conversion = $block->getTrackingConversion();
$_item['google_business_vertical'] = 'retail';
$_item['id'] = $value->getSku();
$_item['item_name'] = $value->getName();
$_item['quantity'] = $value->getQtyOrdered();
$_item['quantity'] = intval($value->getQtyOrdered());
$googleItems[] = $_item;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment