-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 785 Bytes
/
index.html
File metadata and controls
30 lines (29 loc) · 785 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>One-Time Payment Sample Integrations - PayPal Web SDK</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<h1>One-Time Payment Integrations</h1>
<ul>
<li>
<a href="/recommended/index.html"
>Recommended integration with PayPal, PayLater, and PayPal Credit
buttons</a
>
</li>
<li>
<a href="/custom/paymentHandler/index.html"
>Custom "payment-handler" presentation mode with PayPal button</a
>
</li>
<li>
<a href="/custom/redirect/index.html"
>Custom Redirect flow with PayPal button</a
>
</li>
</ul>
</body>
</html>