Cash-93
CASH- 93 include undefined in check
This commit is contained in:
parent
134c78204c
commit
c9b9476976
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ export default {
|
||||||
[headerKeys.REFERRAL_SEQUENCE_NUMBER]: order?.referralSequenceNumber,
|
[headerKeys.REFERRAL_SEQUENCE_NUMBER]: order?.referralSequenceNumber,
|
||||||
[headerKeys.TRANSACTION_ID]: crypto.randomUUID(),
|
[headerKeys.TRANSACTION_ID]: crypto.randomUUID(),
|
||||||
[headerKeys.EON]: order?.eon,
|
[headerKeys.EON]: order?.eon,
|
||||||
[headerKeys.LOG_ENABLED]: store.getters.applicationUser.loggingOption ?? false,
|
[headerKeys.LOG_ENABLED]: store.getters.applicationUser?.loggingOption ?? false,
|
||||||
};
|
};
|
||||||
|
|
||||||
axios({
|
axios({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue