-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
34 lines (32 loc) · 1.21 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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>OpenPayU PHP integration examples</title>
<link rel="stylesheet" href="layout/css/bootstrap.min.css">
<link rel="stylesheet" href="layout/css/style.css">
</head>
<body>
<div class="container">
<div class="page-header">
<h1>OpenPayU PHP integration examples</h1>
</div>
<p class="lead">The following links contains examples of integrating with PayU Gateway using OpenPayU PHP library.</p>
<section>
<div class="page-header">
<h2>Get PHP Client Library</h2>
</div>
<p class="lead">Before integrating download our PHP Client Library directly from GitHub.</p>
<a class="btn btn-primary btn-large" href="https://github.com/PayU/openpayu_php/zipball/master">Download</a> and unzip to <strong>/sdk</strong> folder
</section>
<section>
<div class="page-header">
<h2>Integration of orders</h2>
</div>
<a class="btn btn-primary" href="OrderCreateRequest.php">Create</a>
<a class="btn" href="OrderCancelRequest.php">Cancel</a>
<a class="btn" href="OrderStatusUpdateRequest.php">Status update</a>
</section>
</div>
</body>
</html>