This commit is contained in:
2025-05-07 17:12:17 -03:00
parent ad15aa7a73
commit 9b713e5783
5 changed files with 26 additions and 33 deletions

View File

@@ -71,7 +71,8 @@ const currency = new Intl.NumberFormat("pt-BR", {
const r = await checkout(item);
const json = await r.json();
target.disabled = true;
target.disabled = false;
location.href = `https://checkout.betaeducacao.com.br/${json.id}`;
});
</script>