Skip to content

Commit

Permalink
refactor:readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ademsuslu committed Dec 3, 2024
1 parent 0ca8f5a commit ce6c668
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions app/(root)/checkout/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <div className=" w-full gap-4 grid grid-cols-1 md:grid-cols-2 justify-between p-6">
<div className="border p-6 border-gray-300 shadow-lg rounded-lg bg-gray-900">
Expand Down

0 comments on commit ce6c668

Please sign in to comment.