Merge branch 'develop' into feature/CASH-48-frontend
This commit is contained in:
commit
6175230cea
2 changed files with 2 additions and 0 deletions
|
|
@ -5,4 +5,5 @@ export const headerKeys = {
|
|||
SESSION_SEQUENCE_NUMBER: "X-Session-Sequence-Number",
|
||||
TRANSACTION_ID: "X-Transaction-Id",
|
||||
EON: "X-Enterprise-Order-Number",
|
||||
LOG_ENABLED: "log-enabled"
|
||||
};
|
||||
|
|
|
|||
|
|
@ -70,6 +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,
|
||||
};
|
||||
|
||||
axios({
|
||||
|
|
|
|||
Loading…
Reference in a new issue