diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-03 16:44:12 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-03 16:44:12 +0700 |
| commit | 76961c8312312609dbef0646274f6dd1f6c2bf19 (patch) | |
| tree | 111c9ff63449f4e188a72435a850ac8efc2a9d28 /src/pages/shop | |
| parent | 069f9fa637cd24e9b92c7a1e4de56fa9e263508f (diff) | |
add midtrans payment email notification
Diffstat (limited to 'src/pages/shop')
| -rw-r--r-- | src/pages/shop/checkout/finish.jsx | 2 |
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> ) |
