Fix: Inserta Pagos SP Id_Cliente (0) y Id_TipoIva (5) - Feat: Google Analytics Tag

This commit is contained in:
2026-03-18 14:55:26 -03:00
parent 37869fa8b4
commit dd4b32dd7e
3 changed files with 26 additions and 15 deletions

View File

@@ -1,14 +1,25 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo-ma.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Motores Argentinos</title>
<script src="https://sdk.mercadopago.com/js/v2"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XTD4SD01DV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-XTD4SD01DV');
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo-ma.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Motores Argentinos</title>
<script src="https://sdk.mercadopago.com/js/v2"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>