feat(MED-105): update order details redirect and shown page
This commit is contained in:
@@ -7,7 +7,6 @@ export default async function MontonioCallbackPage({ searchParams }: {
|
||||
}) {
|
||||
const orderToken = (await searchParams)['order-token'];
|
||||
|
||||
console.log('orderToken', orderToken);
|
||||
if (!orderToken) {
|
||||
return <MontonioCallbackClient error="Order token is missing" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user