CASH-79 remove comment
This commit is contained in:
CarlNation 2025-01-13 08:03:23 -05:00
parent 42cbc6cf6b
commit aedd4f5987

View file

@ -1946,7 +1946,7 @@ export const actions = {
referralCorrelationId: order.referralCorrelationId,
referralNumber: order.referralNumber?.toString(),
referralSequenceNumber: order.referralSequenceNumber,
emailAddress: "cn@gm.com", //order.customer.emailAddress,
emailAddress: order.customer.emailAddress,
lastPage: pageNameToLog,
isRepair: damage.isRepair,
firstName: order.customer.firstName,