forked from rsolomakhin/rsolomakhin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (82 loc) · 3.9 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>rsolomakhin.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>
<ul>
<li>PaymentRequest
<ul>
<li><a href="pr/paypal/">PayPal</a></li>
<li><a href="pr/gp2/">Google Pay v2</a></li>
<li><a href="pr/gp/">Google Pay v1</a></li>
<li><a href="pr/pwg/">Google Pay and credit cards</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/skip-ui/">Skip UI flow</a></li>
<li><a href="pr/cs/">Credit Suisse app</a></li>
<li><a href="pr/apps/">Payment handlers</a></li>
<li><a href="pr/iframe/">IFrame</a></li>
<li><a href="pr/request-billing/">Request billing address</a></li>
<li><a href="pr/ko/">Failures</a></li>
<li>Shipping, delivery, pickup
<ul>
<li><a href="pr/single/">Worldwide single-option shipping</a></li>
<li><a href="pr/single-empty/">Worldwide single-option shipping
that sends empty updates for shipping</a></li>
<li><a href="pr/multi/">Worldwide multi-option shipping</a></li>
<li><a href="pr/multi-no-total/">Worldwide multi-option shipping
that omits total in updates</a></li>
<li><a href="pr/expl/">Worldwide multi-option shipping without
pre-selection</a></li>
<li><a href="pr/us/">US-only shipping</a></li>
<li><a href="pr/delivery/">US-only delivery</a></li>
<li><a href="pr/pickup/">US-only pickup</a></li>
</ul>
</li>
<li>Contact info
<ul>
<li><a href="pr/contact/">Merchant requests contact info</a></li>
<li><a href="pr/phone/">Merchant requests phone only</a></li>
<li><a href="pr/email/">Merchant requests email only</a></li>
<li><a href="pr/name/">Merchant requests name only</a></li>
<li><a href="pr/de/">Merchant requests a delivery address and e-mail</a></li>
</ul>
</li>
<li>Show promise
<ul>
<li><a href="pr/wait/">Show promise for digital goods</a></li>
<li><a href="pr/mod-wait/">Show promise that resolves with modifiers</a></li>
<li><a href="pr/no-wait/">Show promise that resolves with an empty dictionary</a></li>
<li><a href="pr/single-wait/">Show promise with worldwide single-option shipping</a></li>
<li><a href="pr/multi-wait/">Show promise with worldwide multi-option shipping</a></li>
<li><a href="pr/us-wait/">Show promise with US-only shipping</a></li>
<li><a href="pr/wait-skip-ui/">Show promise that skips the payment sheet to BobPay</a></li>
<li><a href="pr/wait-gp/">Show promise that skips the payment sheet to Google Pay</a></li>
</ul>
</li>
<li>Retry
<ul>
<li><a href="pr/shipping-validation/">Retry with shipping address validation</a></li>
<li><a href="pr/payer-validation/">Retry with payer info validation</a></li>
<li><a href="pr/multi-validation/">Retry with shipping address and payer info validation</a></li>
</ul>
</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/ap/">Android Pay only</a></li>
<li><a href="pr/alice/">Alice Pay</a></li>
<li><a href="pr/alipay/">Alipay</a></li>
</ul>
</li>
<li><a href="autofill/">Autofill Smoke Test</a></li>
</ul>
<script src="/redirect.js"></script>
</body>
</html>