diff --git a/src/global-methods.js b/src/global-methods.js index d1cfcb0c..211cc83d 100644 --- a/src/global-methods.js +++ b/src/global-methods.js @@ -63,8 +63,7 @@ export default { [headerKeys.TRANSACTION_ID]: crypto.randomUUID(), [headerKeys.ENTERPRISE_ORDER_NUMBER]: store.order.eon, [headerKeys.REFERRAL_SEQUENCE_NUMBER]: store.order.referralSequenceNumber, - [headerKeys.SESSION_SEQUENCE_NUMBER]: sessionKey, - // 'Cache-Control': 'max-age=0,no-cache,no-store', + [headerKeys.SESSION_SEQUENCE_NUMBER]: sessionKey }; axios({