completed first web iteration
This commit is contained in:
BIN
web/favicon.png
BIN
web/favicon.png
Binary file not shown.
|
Before Width: | Height: | Size: 917 B After Width: | Height: | Size: 85 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user