merchant landing: product pay buttons + shop-pay wiring

This commit is contained in:
Hernâni Marques 2026-07-10 20:00:13 +02:00
parent 39dfbbd6d7
commit 7d10d306f9
No known key found for this signature in database

View file

@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>GOA Merchant · dual currency</title> <title>GOA Merchant · dual currency</title>
<base href="/intro/" /> <base href="/intro/" />
<link rel="stylesheet" href="/intro/shop-pay.css" />
<script src="/intro/qrcode.min.js"></script>
<style> <style>
:root { :root {
--bg: #120f18; --bg: #120f18;
@ -722,5 +724,6 @@
load(); load();
})(); })();
</script> </script>
<script src="/intro/shop-pay.js"></script>
</body> </body>
</html> </html>