completed first web iteration

This commit is contained in:
2025-11-25 20:06:33 +02:00
parent 895925d32f
commit 32b383afa9
41 changed files with 3703 additions and 2613 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 917 B

After

Width:  |  Height:  |  Size: 85 KiB

View File

@@ -20,6 +20,7 @@
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A new Flutter project.">
<meta name="color-scheme" content="light">
<meta name="google-signin-client_id" content="77433712483-ng7pntvcpf6tnjccriuqm8dbna8vvp3b.apps.googleusercontent.com">
<!-- iOS meta tags & icons -->
<meta name="mobile-web-app-capable" content="yes">
@@ -30,8 +31,27 @@
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<title>qpay</title>
<title>Velocity</title>
<link rel="manifest" href="manifest.json">
<script src="https://na.gateway.mastercard.com/static/checkout/checkout.min.js">
</script>
<!-- <script src="https://test-gateway.mastercard.com/static/checkout/checkout.min.js">-->
<!-- </script>-->
<script type="text/javascript">
function configure(sessionID) {
Checkout.configure({
session: {
id: sessionID
}
});
}
function showEmbeddedPage() {
Checkout.showEmbeddedPage('#embed-target');
}
</script>
</head>
<body>
<script src="flutter_bootstrap.js" async></script>