diff --git a/client/landing/stepper/declarative-flow/copy-site.tsx b/client/landing/stepper/declarative-flow/copy-site.tsx index fdc6bd8be1876..f3f7b5d812ceb 100644 --- a/client/landing/stepper/declarative-flow/copy-site.tsx +++ b/client/landing/stepper/declarative-flow/copy-site.tsx @@ -130,7 +130,7 @@ const copySite: Flow = { setSignupCompleteFlowName( flowName ); const returnUrl = encodeURIComponent( destination ); return window.location.assign( - `/checkout/${ encodeURIComponent( + `/checkout/business/${ encodeURIComponent( ( siteSlug as string ) ?? '' ) }?redirect_to=${ returnUrl }&signup=1` );