-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
89 lines (86 loc) · 3.73 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>maxlgu.github.io</title>
<link rel="icon" href="/favicon.ico">
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div>A fork from <a href="https://rsolomakhin.github.io">rsolomakhin.github.io</div>
<ul>
<li>PaymentRequest
<ul>
<li><a href="pr/max-nonbasiccard">Max's non-basic-card</a></li>
<li><a href="pr/spc/">Secure Payment Confirmation</a>
<ul>
<li><a href="pr/spc-iframe/">SPC iframe</a></li>
<li><a href="pr/spc-4-origin-test/">SPC 4-origin tests</a></li>
</ul>
</li>
<li>GPay related<ul>
<li><a href="pr/gp-du/">Google Pay Dynamic Update</a></li>
<li><a href="pr/gp-du-broken/">Google Pay Dynamic Update (broken)</a></li>
<li><a href="pr/gp2/">Google Pay v2</a></li>
<li><a href="pr/gp2-fail/">Google Pay v2 (fail)</a></li>
<li><a href="pr/gp/">Google Pay v1</a></li>
<li><a href="pr/pwg/">Google Pay and credit cards</a></li>
</ul></li>
<li><a href="pr/pmc-test/">Payment Method Change</a></li>
<li><a href="pr/csp/">Content Secure Policy</a></li>
<li><a href="pr/cc/">basic-card </a>(<a href="pr/cc-wrong-method/">wrong method</a>,
<a href="pr/apps/wrong-name-method">install wrong-name-method</a>)</li>
<li><a href="pr/skip-ui/">Skip UI flow</a></li>
<li><a href="pr/apps/">Payment handlers</a></li>
<li><a href="pr/iframe/">IFrame</a></li>
<li><a href="pr/lindapay/">LindaPay</a></li>
<li><a href="pr/lindapay-github/">LindaPay (github)</a></li>
<li><a href="pr/origin-test/">origin-test</a></li>
<li><a href="pr/chromium/payments/maxpay.com/merchant.html">maxpay.com</a></li>
<li>Play Billing related<ul>
<li><a href="pr/play-billing/">Play Billing</a></li>
<li><a href="pr/twa/">TWA test</a>(<a href=".well-known/assetlinks.json">assetlinks.json</a>)</li>
</ul></li>
<li>Android payment app related<ul>
<li><a href="https://github.com/GoogleChromeLabs/android-web-payment/">Android Payment App (with an app)</a></li>
<li><a href="https://bobbucks.dev/">BobBucks Android Payment App</a></li>
<li><a href="pr/ap/">Android Pay only (without apps)</a></li>
</ul></li>
</ul>
</li>
<li>Not often used
<ul>
<li><a href="pr/max/">Max</a></li>
<li><a href="pr/paypal/">PayPal</a></li>
<li><a href="pr/alipay/">Alipay</a></li>
<li><a href="pr/cs/">Credit Suisse app</a></li>
<li><a href="pr/ko/">Failures</a></li>
<li><a href="pr/cc/">Credit cards only</a></li>
<li><a href="pr/bob/">Bob Pay</a></li>
<li><a href="pr/bob-and-card/">Bob Pay and credit cards</a></li>
<li><a href="pr/type/">Credit, debit, prepaid</a></li>
<li><a href="pr/">Android Pay and credit cards</a></li>
<li><a href="pr/request-billing/">Request billing address</a></li>
</ul>
</li>
<li><a href="autofill/">Autofill Smoke Test</a></li>
</ul>
<div>
<h1>Related Pointers</h1>
<div>MaxPay apps: <a href="https://liquangumax.github.io/">https://liquangumax.github.io/</a></div>
<div><span>WebAuthn: </span><a href="https://webauthn.io/">https://webauthn.io/</a></div>
</div>
<script src="/redirect.js"></script>
<div>
<div>Debug Info:</div>
<div id="version"></div>
</div>
<script>
window.addEventListener('load', (event) => {
document.getElementById('version').innerText = navigator.userAgent;
});
</script>
</body>
</html>