Skip to content

Commit 65103e0

Browse files
committed
feat: Add PrimaryEmailAddr field to customer processing
1 parent 6465bae commit 65103e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/processor/intuit/intuit.processor.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ const processCustomerHierarchy = async (
165165
await processCustomer(service, accountProducerId, account.Id, {
166166
DisplayName: account.Name,
167167
CompanyName: account.Name,
168+
PrimaryEmailAddr: {
169+
Address: contact.Email,
170+
},
168171
BillAddr: {
169172
City: account.BillingCity,
170173
Line1: account.BillingStreet,

0 commit comments

Comments
 (0)