We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa21e14 commit e6a33c1Copy full SHA for e6a33c1
TeaPayments/templates/carrinho.html
@@ -17,7 +17,7 @@ <h2>Selecione seu Produto para lembrarmos:</h2>
17
<option value="Templates Canva">Templates Canva</option>
18
<option value="Comission">Comissão</option>
19
</select>
20
- <button><a href="/compracerta">Comprar</a></button>
+ <button type="submit"><a href="/compracerta">Comprar</a></button>
21
</div>
22
<style>
23
body {
@@ -44,3 +44,4 @@ <h2>Selecione seu Produto para lembrarmos:</h2>
44
</style>
45
</body>
46
</html>
47
+
0 commit comments