From 728ebc7f4f58756f314336b70909954806366340 Mon Sep 17 00:00:00 2001 From: bc-victor <140021227+bc-victor@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:31:46 -0600 Subject: [PATCH] fix: triggering new deploy hash (#874) --- apps/storefront/src/utils/b3checkout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/storefront/src/utils/b3checkout.ts b/apps/storefront/src/utils/b3checkout.ts index 0582d92c..207ee87c 100644 --- a/apps/storefront/src/utils/b3checkout.ts +++ b/apps/storefront/src/utils/b3checkout.ts @@ -8,7 +8,7 @@ const redirect = (url: string, isReplaceCurrentUrl?: boolean) => { window.location.href = url } } - +// comment for deploy export const attemptCheckoutLoginAndRedirect = async ( cartId: any, defaultCheckoutUrl: string,