Skip to content

Commit e5530b4

Browse files
[CJ] - fixing field mapping (#3367)
1 parent 2de552c commit e5530b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-destinations/destinations/cj/src/order/order-fields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ export const orderFields: Record<string, InputField> = {
11021102
'@arrayPath': [
11031103
'$.properties.products',
11041104
{
1105-
itemPrice: { '@path': '$.price' },
1105+
unitPrice: { '@path': '$.price' },
11061106
itemId: { '@path': '$.id' },
11071107
quantity: { '@path': '$.quantity' },
11081108
discount: { '@path': '$.discount' }

0 commit comments

Comments
 (0)