CSR-622 Edit comment
This commit is contained in:
parent
8700ca9e3e
commit
e849a8a58e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue