Skip to content

Commit 3a42b50

Browse files
committed
fix: onboarding order url
1 parent d8e13c1 commit 3a42b50

File tree

1 file changed

+1
-1
lines changed
  • src/modules/order/components/onboarding-cta

1 file changed

+1
-1
lines changed

src/modules/order/components/onboarding-cta/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const OnboardingCta = ({ orderId }: { orderId: string }) => {
1515
You can now complete setting up your store in the admin.
1616
</span>
1717
<a
18-
href={`http://localhost:7001/a/orders/?order_id=${orderId}&onboarding_step=setup_finished_nextjs`}
18+
href={`http://localhost:7001/a/orders/${orderId}`}
1919
onClick={resetOnboarding}
2020
>
2121
<Button className="md:w-80">Complete setup in admin</Button>

0 commit comments

Comments
 (0)