Commit d8c52cb Gerald Baulig
committed
1 parent 6310dda commit d8c52cb Copy full SHA for d8c52cb
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 375
375
"timeStampFields" : [
376
376
" meta.created" ,
377
377
" meta.modified" ,
378
- " trackings.[0].events.[0].timestamp"
378
+ " trackings.[0].events.[0].timestamp" ,
379
+ " sender.address.meta.created" ,
380
+ " sender.address.meta.modified" ,
381
+ " recipient.address.meta.created" ,
382
+ " recipient.address.meta.modified"
379
383
],
380
384
"bufferFields" : [
381
385
" options" ,
Original file line number Diff line number Diff line change @@ -450,6 +450,7 @@ export const resolveShopAddress = (
450
450
const address = aggregation . addresses ?. get (
451
451
contact_point ?. physical_address_id
452
452
) ;
453
+ delete address . meta ;
453
454
return {
454
455
address,
455
456
contact : {
@@ -480,6 +481,7 @@ export const resolveCustomerAddress = (
480
481
const address = aggregation . addresses ?. get (
481
482
contact_point ?. physical_address_id
482
483
) ;
484
+ delete address . meta ;
483
485
return {
484
486
address,
485
487
contact : {
You can’t perform that action at this time.
0 commit comments