From 8c3048b2b91760888e09455e0e5fc55e9cd54f97 Mon Sep 17 00:00:00 2001 From: julianajlk Date: Thu, 7 Nov 2024 16:08:25 -0500 Subject: [PATCH] fix: Update date timestamp for cohesion --- src/payment/checkout/Checkout.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/payment/checkout/Checkout.jsx b/src/payment/checkout/Checkout.jsx index 9ed0111f6..fab65f253 100644 --- a/src/payment/checkout/Checkout.jsx +++ b/src/payment/checkout/Checkout.jsx @@ -128,7 +128,7 @@ class Checkout extends React.Component { handleSubmitStripe = (formData) => { // Red Ventures Cohesion Tagular Event Tracking for Stripe const tagularElement = { - timestamp: Date.now().toISOString(), + timestamp: new Date().toISOString(), productList: this.getProductList(), };