blob: 0487f17dde4fcf897f29be8c84d528daebb8ac59 [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright 2016 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
<head>
<title>PMI Test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
</head>
<body>
<button onclick="checkBasicCard()" id="checkBasicCard">Check Basic Card</button>
<button onclick="checkBasicDebit()" id="checkBasicDebit">Check Basic Debit</button>
<button onclick="checkBasicMasterCard()" id="checkBasicMasterCard">Check Basic MasterCard</button>
<button onclick="checkBasicVisa()" id="checkBasicVisa">Check Basic Visa</button>
<button onclick="checkAlicePay()" id="checkAlicePay">Check AlicePay</button>
<button onclick="checkBobPay()" id="checkBobPay">Check BobPay</button>
<button onclick="checkBobPayAndBasicCard()" id="checkBobPayAndBasicCard">Check
BobPay and Basic Card</button>
<button onclick="checkBobPayAndVisa()" id="checkBobPayAndVisa">Check
BobPay and Visa</button>
<button onclick="buy()" id="buy">Basic Card Test</button>
<button onclick="buyBasicCard()" id="buyBasicCard">Buy With Basic Card</button>
<button onclick="buyBasicDebit()" id="buyBasicDebit">Buy With Basic Debit Card</button>
<button onclick="buyBasicMasterCard()" id="buyBasicMasterCard">Buy With Basic MasterCardTest</button>
<pre id="result"></pre>
<script src="util.js"></script>
<script src="payment_method_identifier.js"></script>
</body>
</html>