From d3fda4559472978e6f8f22cbeae3b35e9eaa2669 Mon Sep 17 00:00:00 2001 From: julianajlk Date: Thu, 7 Nov 2024 14:40:22 -0500 Subject: [PATCH] fix: Update timestamp format 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 b9ee6dff7..9ed0111f6 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().toString(), + timestamp: Date.now().toISOString(), productList: this.getProductList(), };