CASH-93
CASH-93 added null check to header
This commit is contained in:
parent
e6df11f3f6
commit
134c78204c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
[headerKeys.LOG_ENABLED]: store.getters.applicationUser.loggingOption ?? false,
|
||||
};
|
||||
|
||||
axios({
|
||||
|
|
|
|||
Loading…
Reference in a new issue