We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e13c1 commit 3a42b50Copy full SHA for 3a42b50
src/modules/order/components/onboarding-cta/index.tsx
@@ -15,7 +15,7 @@ const OnboardingCta = ({ orderId }: { orderId: string }) => {
15
You can now complete setting up your store in the admin.
16
</span>
17
<a
18
- href={`http://localhost:7001/a/orders/?order_id=${orderId}&onboarding_step=setup_finished_nextjs`}
+ href={`http://localhost:7001/a/orders/${orderId}`}
19
onClick={resetOnboarding}
20
>
21
<Button className="md:w-80">Complete setup in admin</Button>
0 commit comments