CASH- 93 include undefined in check
This commit is contained in:
Johnny shultz 2025-01-28 15:04:12 -05:00
parent 134c78204c
commit c9b9476976

View file

@ -70,7 +70,7 @@ export default {
[headerKeys.REFERRAL_SEQUENCE_NUMBER]: order?.referralSequenceNumber,
[headerKeys.TRANSACTION_ID]: crypto.randomUUID(),
[headerKeys.EON]: order?.eon,
[headerKeys.LOG_ENABLED]: store.getters.applicationUser.loggingOption ?? false,
[headerKeys.LOG_ENABLED]: store.getters.applicationUser?.loggingOption ?? false,
};
axios({