File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
cartridges/int_kount_360_sfra/cartridge Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 55 "userIp" : " IPAD" ,
66 "account.id" : " UNIQ" ,
77 "account.type" : " SITE" ,
8- "items.[*].price" : " PROD_PRICE" ,
98 "items.[*].description" : " PROD_DESC" ,
10- "items.[*].quantity" : " PROD_QUANT" ,
119 "items.[*].category" : " PROD_TYPE" ,
1210 "items.[*].sku" : " PROD_ITEM" ,
1311 "fulfillment.[*].shipping.method" : " SHTP" ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ function getKountItems(order) {
3838 if ( pli ) {
3939 items . push ( {
4040 upc : pli . product && pli . product . UPC ? pli . product . UPC : '' ,
41- price : pli . adjustedPrice ? pli . adjustedPrice . multiply ( 100 ) . value : null ,
41+ price : pli . getPrice ( ) ? pli . getPrice ( ) . divide ( pli . quantityValue ) . multiply ( 100 ) . value : null ,
4242 name : pli . productName || '' ,
4343 quantity : pli . quantityValue || 1 ,
4444 description : pli . lineItemText || '' ,
You can’t perform that action at this time.
0 commit comments