payment not found
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
|
||||
import PaymentFailed from "@/components/pages/payment";
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default function Home() {
|
||||
return redirect('/uz/home')
|
||||
// return redirect('/uz/home')
|
||||
return <PaymentFailed />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user