Skip to content

Commit 36a64ee

Browse files
Title changed
1 parent 9bfb35e commit 36a64ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useUserInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const useUserInfo = () => {
6060
const response = await fetch(checkoutUrl, {
6161
method: "POST",
6262
body: JSON.stringify({
63-
title: "Curso Python 1er batch",
63+
title: "Precio general",
6464
success_url: `${pathnameOrigin}${"/#"}${validPaths.success}`,
6565
pending_url: `${pathnameOrigin}${"/#"}${validPaths.pending}`,
6666
failure_url: `${pathnameOrigin}${"/#"}${validPaths.failed}`,

0 commit comments

Comments
 (0)