Removed unneeded comment
This commit is contained in:
parent
4edd086a8f
commit
f262c05d25
1 changed files with 1 additions and 2 deletions
|
|
@ -63,8 +63,7 @@ export default {
|
||||||
[headerKeys.TRANSACTION_ID]: crypto.randomUUID(),
|
[headerKeys.TRANSACTION_ID]: crypto.randomUUID(),
|
||||||
[headerKeys.ENTERPRISE_ORDER_NUMBER]: store.order.eon,
|
[headerKeys.ENTERPRISE_ORDER_NUMBER]: store.order.eon,
|
||||||
[headerKeys.REFERRAL_SEQUENCE_NUMBER]: store.order.referralSequenceNumber,
|
[headerKeys.REFERRAL_SEQUENCE_NUMBER]: store.order.referralSequenceNumber,
|
||||||
[headerKeys.SESSION_SEQUENCE_NUMBER]: sessionKey,
|
[headerKeys.SESSION_SEQUENCE_NUMBER]: sessionKey
|
||||||
// 'Cache-Control': 'max-age=0,no-cache,no-store',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
axios({
|
axios({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue