summaryrefslogtreecommitdiff
path: root/src/pages/shop
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/shop')
-rw-r--r--src/pages/shop/checkout/finish.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/shop/checkout/finish.jsx b/src/pages/shop/checkout/finish.jsx
index cc64199f..eb7631a0 100644
--- a/src/pages/shop/checkout/finish.jsx
+++ b/src/pages/shop/checkout/finish.jsx
@@ -9,7 +9,7 @@ export default function Finish() {
return (
<IsAuth>
<BasicLayout>
- <FinishCheckoutComponent id={router.query.id || 0} />
+ <FinishCheckoutComponent query={router.query || {}} />
</BasicLayout>
</IsAuth>
)