forked from ipara/ipara-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.php
More file actions
58 lines (49 loc) · 2.05 KB
/
menu.php
File metadata and controls
58 lines (49 loc) · 2.05 KB
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
<?php
ini_set('display_errors',1);
error_reporting(E_ERROR );
include ("settings.php");
include ("helper.php");
include ("base.php");
include ("restHttpCaller.php");
include ("BinNumberInquiryRequest.php");
include ("BankCardInquiryRequest.php");
include ("ApiPaymentRequest.php");
include ("BankCardCreateRequest.php");
include ("BankCardDeleteRequest.php");
include ("PaymentInquiryRequest.php");
?>
<html>
<head>
<title>iPara Developer Portal</title>
<link href="../Content/bootstrap.css" rel="stylesheet" type="text/css"/>
<link href="../Content/Site.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<img src="../Content/iPara_disi-01.png" width="100" height="100" />
<ul class="nav navbar-nav">
<li><a href="index.php">3d Ödeme</a></li>
<li><a href="ApiPayment.php">(Non-3d) Ödeme</a></li>
<li><a href="PaymentInquiry.php">Ödeme Sorgulama</a></li>
<li><a href="binInquiry.php">Bin Sorgulama</a></li>
<li><a href="AddCardToWallet.php">Cüzdana Kart Ekle </a></li>
<li><a href="GetCardFromWallet.php">Cüzdandaki Kartları Listele</a></li>
<li><a href="DeleteCardFromWallet.php">Cüzdandan Kart Sil</a></li>
<li><a href="ApiPaymentWithWallet.php">Cüzdandaki Kart (Tek Tıkla) İle Ödeme</a></li>
</ul>
</div>
</div>
</div>
<div class="container body-content">
<br />
<br />
<br />