Skip to content

Commit

Permalink
fix: Update timestamp format for cohesion (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianajlk authored Nov 7, 2024
1 parent fc00ab9 commit 615b1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payment/checkout/Checkout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
};

Expand Down

0 comments on commit 615b1ea

Please sign in to comment.