parent
edd91185a1
commit
22a950d0a0
|
|
@ -481,6 +481,7 @@ export class WooCommerceAdapter implements ISiteAdapter {
|
||||||
...li,
|
...li,
|
||||||
productId: li.product_id,
|
productId: li.product_id,
|
||||||
})),
|
})),
|
||||||
|
customer_ip_address: item.customer_ip_address ?? '',
|
||||||
date_paid: item.date_paid ?? '',
|
date_paid: item.date_paid ?? '',
|
||||||
utm_source: item?.meta_data?.find(el => el.key === '_wc_order_attribution_utm_source')?.value || '',
|
utm_source: item?.meta_data?.find(el => el.key === '_wc_order_attribution_utm_source')?.value || '',
|
||||||
device_type: item?.meta_data?.find(el => el.key === '_wc_order_attribution_device_type')?.value || '',
|
device_type: item?.meta_data?.find(el => el.key === '_wc_order_attribution_device_type')?.value || '',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue