forked from yoone/API
parent
edd91185a1
commit
22a950d0a0
|
|
@ -481,6 +481,7 @@ export class WooCommerceAdapter implements ISiteAdapter {
|
|||
...li,
|
||||
productId: li.product_id,
|
||||
})),
|
||||
customer_ip_address: item.customer_ip_address ?? '',
|
||||
date_paid: item.date_paid ?? '',
|
||||
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 || '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue