diff --git a/README.md b/README.md index 5c9eda5..1b8c53e 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,3 @@ Sipariş Özeti ve Onayı: http://localhost:3000/magazam/review Sipariş Tamamlandı: http://localhost:3000/magazam/confirmation Fatura: paraşüt - -backendde olusturulacaklar -billing \ No newline at end of file diff --git a/app/(root)/checkout/[id]/page.tsx b/app/(root)/checkout/[id]/page.tsx index fa998cb..d339fd1 100644 --- a/app/(root)/checkout/[id]/page.tsx +++ b/app/(root)/checkout/[id]/page.tsx @@ -11,8 +11,7 @@ export default async function SelectedPlandDetails({ const id = (await params).id const response = await fetch(`${process.env.NEXT_API_URL}/plans/${id}`,{cache:"no-store"}) const data = await response.json() -console.log("********************************") -console.log(data) + return