change value of transaction id

This commit is contained in:
Katie Kroell 2024-10-18 12:23:45 -04:00
parent 0cf68c2c8a
commit 6792aa0d9a
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ export default {
const headers = {
[headerKeys.EXPERIMENT]: JSON.stringify(store.experimentSettings),
[headerKeys.APPLICATION_NAME]: applicationConfig.APPLICATION_NAME,
[headerKeys.TRANSACTION_ID]: store.order.payment.creditCardToken.transactionId,
[headerKeys.TRANSACTION_ID]: store.order.referralCorrelationId,
[headerKeys.ENTERPRISE_ORDER_NUMBER]: store.order.eon,
[headerKeys.REFERRAL_SEQUENCE_NUMBER]: store.order.referralSequenceNumber,
[headerKeys.SESSION_SEQUENCE_NUMBER]: sessionKey

View file

@ -71,7 +71,7 @@ export class Logger {
const headers = {
[headerKeys.EXPERIMENT]: JSON.stringify(store.experimentSettings),
[headerKeys.APPLICATION_NAME]: applicationConfig.APPLICATION_NAME,
[headerKeys.TRANSACTION_ID]: store.order.payment.creditCardToken.transactionId,
[headerKeys.TRANSACTION_ID]: store.order.referralCorrelationId,
[headerKeys.ENTERPRISE_ORDER_NUMBER]: store.order.eon,
[headerKeys.REFERRAL_SEQUENCE_NUMBER]: store.order.referralSequenceNumber,
[headerKeys.SESSION_SEQUENCE_NUMBER]: sessionKey