File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ v1.0.10
4+ - Fixed item price for purchase_stape event to include tax
5+
36v1.0.9
47- Fixed issue with cookie being re-generated on every page load.
58
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ private function prepareItems(\Magento\Sales\Model\Order $order)
9595 'item_id ' => $ item ->getProductId (),
9696 'item_name ' => $ item ->getName (),
9797 'item_category ' => $ category ? $ category ->getName () : null ,
98- 'price ' => $ this ->priceCurrency ->round ($ item ->getBasePrice ()),
98+ 'price ' => $ this ->priceCurrency ->round ($ item ->getBasePriceInclTax ()),
9999 'quantity ' => (int ) $ item ->getQtyOrdered (),
100100 'item_sku ' => $ item ->getSku (),
101101 ];
Original file line number Diff line number Diff line change 55 "license" : [
66 " GPL-3.0-only"
77 ],
8- "version" : " 1.0.9 " ,
8+ "version" : " 1.0.10 " ,
99 "require" : {
1010 "php" : " >=7.4.0"
1111 },
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22
33<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd" >
4- <module name =" Stape_Gtm" schema_version =" 1.0.8" setup_version =" 1.0.9 " >
4+ <module name =" Stape_Gtm" schema_version =" 1.0.8" setup_version =" 1.0.10 " >
55 <sequence >
66 <module name =" Magento_Backend" />
77 <module name =" Magento_Catalog" />
You can’t perform that action at this time.
0 commit comments