From e849a8a58e9aedbf3bb86f1829d96b4cbac6a846 Mon Sep 17 00:00:00 2001 From: Katie Date: Fri, 27 May 2022 14:40:04 -0400 Subject: [PATCH] CSR-622 Edit comment --- src/helpers/heritage-integration/order-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/heritage-integration/order-helper.js b/src/helpers/heritage-integration/order-helper.js index d32d2b570..962550592 100644 --- a/src/helpers/heritage-integration/order-helper.js +++ b/src/helpers/heritage-integration/order-helper.js @@ -11,7 +11,7 @@ import baseMixin from "@/mixins/base-mixin"; export async function loadOrderIfPresent() { const funnelCookie = getFunnelCookie(); - // Do nothing if there is no cookie or no correlation id. + // Do nothing if there is no cookie, correlation id, or referral number. if (funnelCookie == null || funnelCookie.ReferralCorrelationId == null || !funnelCookie.ReferralNumber) { return null; }