We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfb35e commit 36a64eeCopy full SHA for 36a64ee
1 file changed
src/hooks/useUserInfo.ts
@@ -60,7 +60,7 @@ const useUserInfo = () => {
60
const response = await fetch(checkoutUrl, {
61
method: "POST",
62
body: JSON.stringify({
63
- title: "Curso Python 1er batch",
+ title: "Precio general",
64
success_url: `${pathnameOrigin}${"/#"}${validPaths.success}`,
65
pending_url: `${pathnameOrigin}${"/#"}${validPaths.pending}`,
66
failure_url: `${pathnameOrigin}${"/#"}${validPaths.failed}`,
0 commit comments