Corrige URL do checkout para dominio absoluto
Redireciona para festamagicaia.com.br/checkout em vez de URL relativa que nao funciona no subdominio landpage2. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3ce4148120
commit
6877cf9911
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export default function Offer() {
|
||||||
|
|
||||||
setIsLoading(true);
|
setIsLoading(true);
|
||||||
setError('');
|
setError('');
|
||||||
window.location.href = `/checkout?plan=popular&source=landing-30&email=${encodeURIComponent(email)}`;
|
window.location.href = `https://festamagicaia.com.br/checkout?plan=popular&source=landing-30&email=${encodeURIComponent(email)}`;
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue